Package | Description |
---|---|
antlr | |
antlr.collections | |
antlr.collections.impl |
Modifier and Type | Method and Description |
---|---|
ASTEnumeration |
ASTNULLType.findAll(AST tree) |
ASTEnumeration |
BaseAST.findAll(AST target)
Walk the tree looking for all exact subtree matches.
|
ASTEnumeration |
ASTNULLType.findAllPartial(AST subtree) |
ASTEnumeration |
BaseAST.findAllPartial(AST sub)
Walk the tree looking for all subtrees.
|
Modifier and Type | Method and Description |
---|---|
ASTEnumeration |
AST.findAll(AST tree) |
ASTEnumeration |
AST.findAllPartial(AST subtree) |
Modifier and Type | Class and Description |
---|---|
class |
ASTEnumerator |