Uses of Interface
org.antlr.runtime.tree.TreeWizard.ContextVisitor
Packages that use TreeWizard.ContextVisitor
-
Uses of TreeWizard.ContextVisitor in org.antlr.runtime.tree
Classes in org.antlr.runtime.tree that implement TreeWizard.ContextVisitorMethods in org.antlr.runtime.tree with parameters of type TreeWizard.ContextVisitorModifier and TypeMethodDescriptionprotected void
TreeWizard._visit
(Object t, Object parent, int childIndex, int ttype, TreeWizard.ContextVisitor visitor) Do the recursive work for visitvoid
TreeWizard.visit
(Object t, int ttype, TreeWizard.ContextVisitor visitor) Visit every ttype node in t, invoking the visitor.void
TreeWizard.visit
(Object t, String pattern, TreeWizard.ContextVisitor visitor) For all subtrees that match the pattern, execute the visit action.