- Enclosing class:
- SourceCodeAnalysis
public static interface SourceCodeAnalysis.Suggestion
A candidate for continuation of the given user's input.
- 
Method SummaryModifier and Type Method Description Stringcontinuation()The candidate continuation of the given user's input.booleanmatchesType()Indicates whether input continuation matches the target type and is thus more likely to be the desired continuation.
- 
Method Details- 
continuationString continuation()The candidate continuation of the given user's input.- Returns:
- the continuation string
 
- 
matchesTypeboolean matchesType()Indicates whether input continuation matches the target type and is thus more likely to be the desired continuation. A matching continuation is preferred.- Returns:
- trueif this suggested continuation matches the target type; otherwise- false
 
 
-