public static class SourceCodeAnalysis.CompletionInfo extends Object
analyzeCompletion(String input)
.
Describes the completeness and position of the first snippet in the given input.Modifier and Type | Field and Description |
---|---|
SourceCodeAnalysis.Completeness |
completeness
The analyzed completeness of the input.
|
String |
remaining
Input remaining after the source
|
String |
source
Source code for the first unit of code input.
|
int |
unitEndPos
The end of the first unit of source.
|
public final SourceCodeAnalysis.Completeness completeness
public final String remaining
public final String source
public final int unitEndPos
Copyright © 2015, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-04-22-203349.buildd.src