Package antlr
Class CommonASTWithHiddenTokens
java.lang.Object
antlr.BaseAST
antlr.CommonAST
antlr.CommonASTWithHiddenTokens
- All Implemented Interfaces:
AST
,Serializable
A CommonAST whose initialization copies hidden token
information from the Token used to create a node.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CommonHiddenStreamToken
protected CommonHiddenStreamToken
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class antlr.BaseAST
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
-
Field Details
-
Constructor Details
-
CommonASTWithHiddenTokens
public CommonASTWithHiddenTokens() -
CommonASTWithHiddenTokens
-
-
Method Details
-
getHiddenAfter
-
getHiddenBefore
-
initialize
- Specified by:
initialize
in interfaceAST
- Overrides:
initialize
in classCommonAST
-
initialize
- Specified by:
initialize
in interfaceAST
- Overrides:
initialize
in classCommonAST
-