Package antlr
Class ASTIterator
java.lang.Object
antlr.ASTIterator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
cursor
-
original
-
-
Constructor Details
-
ASTIterator
-
-
Method Details
-
isSubtree
Is 'sub' a subtree of 't' beginning at the root? -
next
Find the next subtree with structure and token types equal to those of 'template'.
-