| Package | Description |
|---|---|
| antlr | |
| antlr.collections | |
| antlr.collections.impl |
| Modifier and Type | Method and Description |
|---|---|
ASTEnumeration |
BaseAST.findAll(AST target)
Walk the tree looking for all exact subtree matches.
|
ASTEnumeration |
ASTNULLType.findAll(AST tree) |
ASTEnumeration |
BaseAST.findAllPartial(AST sub)
Walk the tree looking for all subtrees.
|
ASTEnumeration |
ASTNULLType.findAllPartial(AST subtree) |
| Modifier and Type | Method and Description |
|---|---|
ASTEnumeration |
AST.findAll(AST tree) |
ASTEnumeration |
AST.findAllPartial(AST subtree) |
| Modifier and Type | Class and Description |
|---|---|
class |
ASTEnumerator |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.