Home
last modified time | relevance | path

Searched defs:TreeVisitorAction (Results 1 – 3 of 3) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DITreeVisitorAction.cs62 public class TreeVisitorAction class
68 public TreeVisitorAction( Func<object, object> preAction, Func<object, object> postAction ) in TreeVisitorAction() method in Antlr.Runtime.Tree.TreeVisitorAction
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DITreeVisitorAction.cs60 public class TreeVisitorAction class
66 public TreeVisitorAction(Func<object, object> preAction, Func<object, object> postAction) in TreeVisitorAction() method in Antlr.Runtime.Tree.TreeVisitorAction
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeVisitorAction.java34 public interface TreeVisitorAction { interface