Overview
Package
Class
Use
Tree
Index
Deprecated
About
Frames
|
No Frames
Uses of Class antlr.ASTPair
Uses in package antlr
Methods with parameter type antlr.ASTPair
void
ASTFactory
.
addASTChild
(
ASTPair
currentAST,
AST
child)
Add a child to the current AST
void
ASTFactory
.
makeASTRoot
(
ASTPair
currentAST,
AST
root)
Make an AST the root of current AST
Methods with return type antlr.ASTPair
ASTPair
ASTPair
.
copy
()
Copy an ASTPair.
Overview
Package
Class
Use
Tree
Index
Deprecated
About