Uses of Interface
antlr.collections.ASTEnumeration
-
Packages that use ASTEnumeration Package Description antlr antlr.collections antlr.collections.impl -
-
Uses of ASTEnumeration in antlr
Methods in antlr that return ASTEnumeration Modifier and Type Method 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. -
Uses of ASTEnumeration in antlr.collections
Methods in antlr.collections that return ASTEnumeration Modifier and Type Method Description ASTEnumeration
AST. findAll(AST tree)
ASTEnumeration
AST. findAllPartial(AST subtree)
-
Uses of ASTEnumeration in antlr.collections.impl
Classes in antlr.collections.impl that implement ASTEnumeration Modifier and Type Class Description class
ASTEnumerator
-