Package nlScript.core
Class DefaultParsedNode
java.lang.Object
nlScript.core.DefaultParsedNode
- Direct Known Subclasses:
ParsedNode
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddChildren(DefaultParsedNode... children) booleanevaluate()evaluate(int child) getAutocompletion(boolean justCheck) getChild(int i) final DefaultParsedNode[]getName()getParsedString(String... names) intvoidvoidtoString()
-
Constructor Details
-
DefaultParsedNode
-
-
Method Details
-
getSymbol
-
getName
-
setName
-
getProduction
-
getMatcher
-
doesAutocomplete
public boolean doesAutocomplete() -
getAutocompletion
-
numChildren
public int numChildren() -
getChildren
-
getChild
-
getChild
-
addChildren
-
getParent
-
removeAllChildren
public void removeAllChildren() -
evaluate
-
evaluate
-
evaluate
-
getParsedString
-
getParsedString
-
toString
-