Interface SyntaxTreeNode
- All Known Implementing Classes:
NonterminalSyntaxTreeNode,TerminalSyntaxTreeNode
public interface SyntaxTreeNode
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetLabel()getPath()getText()com.fasterxml.jackson.databind.JsonNodegetValue()voidsetParentNode(NonterminalSyntaxTreeNode parentNode) toString(int indent)
-
Field Details
-
RootLabel
- See Also:
-
-
Method Details
-
getLabel
String getLabel() -
getPath
String getPath() -
getParentNode
NonterminalSyntaxTreeNode getParentNode() -
setParentNode
-
getText
String getText() -
getValue
com.fasterxml.jackson.databind.JsonNode getValue() -
toString
-