| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept(BnfVisitor visitor)
Call the visit method in the given visitor.
|
boolean |
autoComplete(Sentence sentence)
Add the next possible token(s).
|
void |
setLinks(HashMap<String,RuleHead> ruleMap)
Update cross references.
|
public void accept(BnfVisitor visitor)
Rulepublic void setLinks(HashMap<String,RuleHead> ruleMap)
Rulepublic boolean autoComplete(Sentence sentence)
RuleautoComplete 在接口中 Rulesentence - the sentence contextCopyright © 2017. All rights reserved.