接口的使用
org.antlr.runtime.tree.TreeWizard.ContextVisitor
-
使用TreeWizard.ContextVisitor的程序包 程序包 说明 org.antlr.runtime.tree -
-
org.antlr.runtime.tree中TreeWizard.ContextVisitor的使用
实现TreeWizard.ContextVisitor的org.antlr.runtime.tree中的类 修饰符和类型 类 说明 static class
TreeWizard.Visitor
参数类型为TreeWizard.ContextVisitor的org.antlr.runtime.tree中的方法 修饰符和类型 方法 说明 protected void
TreeWizard. _visit(java.lang.Object t, java.lang.Object parent, int childIndex, int ttype, TreeWizard.ContextVisitor visitor)
Do the recursive work for visitvoid
TreeWizard. visit(java.lang.Object t, int ttype, TreeWizard.ContextVisitor visitor)
Visit every ttype node in t, invoking the visitor.void
TreeWizard. visit(java.lang.Object t, java.lang.String pattern, TreeWizard.ContextVisitor visitor)
For all subtrees that match the pattern, execute the visit action.
-