| Modifier and Type | Method and Description |
|---|---|
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 setLinks(HashMap<String,RuleHead> ruleMap)
Rulepublic void accept(BnfVisitor visitor)
Rulepublic boolean autoComplete(Sentence sentence)
RuleautoComplete in interface Rulesentence - the sentence contextCopyright © 2012 JBoss by Red Hat. All Rights Reserved.