Searched refs:TreeVisitorAction (Results 1 – 10 of 10) sorted by relevance
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | ITreeVisitorAction.cs | 60 public class TreeVisitorAction class 66 public TreeVisitorAction(Func<object, object> preAction, Func<object, object> postAction) in TreeVisitorAction() method in Antlr.Runtime.Tree.TreeVisitorAction
|
D | TreeVisitor.cs | 78 return Visit(t, new TreeVisitorAction(preAction, postAction)); in Visit()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | ITreeVisitorAction.cs | 62 public class TreeVisitorAction class 68 public TreeVisitorAction( Func<object, object> preAction, Func<object, object> postAction ) in TreeVisitorAction() method in Antlr.Runtime.Tree.TreeVisitorAction
|
D | TreeVisitor.cs | 80 return Visit( t, new TreeVisitorAction( preAction, postAction ) ); in Visit()
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
D | TreeFilter.java | 111 TreeVisitorAction actions = new TreeVisitorAction() { in downup()
|
D | TreeRewriter.java | 91 TreeVisitorAction actions = new TreeVisitorAction() { in downup()
|
D | TreeVisitorAction.java | 34 public interface TreeVisitorAction { interface
|
D | TreeVisitor.java | 52 public Object visit(Object t, TreeVisitorAction action) { in visit()
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRTreeRewriter.m | 187 TreeVisitorAction actions = new TreeVisitorAction() {
|
/external/antlr/antlr-3.4/tool/ |
D | CHANGES.txt | 496 * Added TreeVisitor and TreeVisitorAction to org.antlr.runtime.tree.
|