public class NodeSupport extends antlr.CommonAST implements Node
Basic implementation of a Node briding to the Antlr CommonAST hierarchy.
| Constructor and Description |
|---|
NodeSupport() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDebugText()
Get a string representation of this node usable for debug logging or similar.
|
String |
getRenderableText()
Build the node’s representation for use in the resulting rendering.
|
getText, getType, initialize, initialize, initialize, setText, setTypeaddChild, decode, encode, equals, equalsList, equalsListPartial, equalsTree, equalsTreePartial, findAll, findAllPartial, getColumn, getFirstChild, getLine, getNextSibling, getNumberOfChildren, getTokenNames, removeChildren, setFirstChild, setNextSibling, setVerboseStringConversion, toString, toStringList, toStringTree, xmlSerialize, xmlSerializeNode, xmlSerializeRootClose, xmlSerializeRootOpenpublic String getDebugText()
NodeGet a string representation of this node usable for debug logging or similar.
getDebugText in interface Nodepublic String getRenderableText()
NodeBuild the node’s representation for use in the resulting rendering.
getRenderableText in interface NodeCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.