| java.lang.Object antlr.ASTIterator
ASTIterator | public class ASTIterator (Code) | | |
Method Summary | |
public boolean | isSubtree(AST t, AST sub) | public AST | next(AST template) Find the next subtree with structure and token types equal to
those of 'template'. |
isSubtree | public boolean isSubtree(AST t, AST sub)(Code) | | Is 'sub' a subtree of 't' beginning at the root?
|
next | public AST next(AST template)(Code) | | Find the next subtree with structure and token types equal to
those of 'template'.
|
|
|