- Enclosing class:
- SourceCodeAnalysis
public static interface SourceCodeAnalysis.Suggestion
A candidate for continuation of the given user's input.
- 
Method SummaryModifier and TypeMethodDescriptionThe candidate continuation of the given user's input.booleanIndicates 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
 
 
-