public static class SourceCodeAnalysis.CompletionInfo
extends java.lang.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.
|
java.lang.String |
remaining
Input remaining after the source
|
java.lang.String |
source
Source code for the first unit of code input.
|
int |
unitEndPos
The end of the first unit of source.
|
Constructor and Description |
---|
CompletionInfo(SourceCodeAnalysis.Completeness completeness,
int unitEndPos,
java.lang.String source,
java.lang.String remaining) |
public final SourceCodeAnalysis.Completeness completeness
public final int unitEndPos
public final java.lang.String source
public final java.lang.String remaining
public CompletionInfo(SourceCodeAnalysis.Completeness completeness, int unitEndPos, java.lang.String source, java.lang.String remaining)