-
- Enclosing class:
- SourceCodeAnalysis
public static interface SourceCodeAnalysis.Suggestion
用于继续给定用户输入的候选者。
-
-
方法摘要
所有方法 接口方法 抽象方法 Modifier and Type 方法 描述 String
continuation()
候选人延续给定用户的输入。boolean
matchesType()
指示输入连续性是否与目标类型匹配,因此更可能是期望的延续。
-
-
-
方法详细信息
-
continuation
String continuation()
候选人延续给定用户的输入。- 结果
- 连续字符串
-
matchesType
boolean matchesType()
指示输入连续性是否与目标类型匹配,因此更可能是期望的延续。 优选匹配的延续。- 结果
-
true
如果这个建议的延续符合目标类型; 否则false
-
-