public class NodeSupport extends antlr.CommonAST implements Node
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, setType
addChild, 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, xmlSerializeRootOpen
public String getDebugText()
Node
getDebugText
in interface Node
public String getRenderableText()
Node
getRenderableText
in interface Node
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.