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 ASTEnumerationASTNULLType. findAll(AST tree)ASTEnumerationBaseAST. findAll(AST target)Walk the tree looking for all exact subtree matches.ASTEnumerationASTNULLType. findAllPartial(AST subtree)ASTEnumerationBaseAST. 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 ASTEnumerationAST. findAll(AST tree)ASTEnumerationAST. findAllPartial(AST subtree) -
Uses of ASTEnumeration in antlr.collections.impl
Classes in antlr.collections.impl that implement ASTEnumeration Modifier and Type Class Description classASTEnumerator
-