Package nlScript
Class ParsedNode
java.lang.Object
nlScript.core.DefaultParsedNode
nlScript.ParsedNode
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionevaluate()getAutocompletion(boolean justCheck) intgetRule()voidvoidsetNthEntryInParent(int nthEntry) Methods inherited from class nlScript.core.DefaultParsedNode
addChildren, doesAutocomplete, evaluate, evaluate, getChild, getChild, getChildren, getMatcher, getName, getParent, getParsedString, getParsedString, getProduction, getSymbol, numChildren, removeAllChildren, setName, toString
-
Constructor Details
-
ParsedNode
-
-
Method Details
-
setNthEntryInParent
public void setNthEntryInParent(int nthEntry) -
getNthEntryInParent
public int getNthEntryInParent() -
getRule
-
getAutocompletion
- Overrides:
getAutocompletionin classDefaultParsedNode
-
notifyListeners
public void notifyListeners() -
evaluate
- Overrides:
evaluatein classDefaultParsedNode
-