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 | Method and Description |
---|---|
SourceCodeAnalysis.Completeness |
completeness()
The analyzed completeness of the input.
|
String |
remaining()
Input remaining after the complete part of the source.
|
String |
source()
Source code for the first Snippet of code input.
|
int |
unitEndPos()
The end of the first Snippet of source.
|
public SourceCodeAnalysis.Completeness completeness()
public String remaining()
public String source()
public int unitEndPos()
Copyright © 2015, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-ea+126