Home
last modified time | relevance | path

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

/external/antlr/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/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeVisitorAction.java34 public interface TreeVisitorAction { interface
/external/antlr/runtime/ObjC/Framework/
DTreeVisitor.m83 - (id<BaseTree>)visit:(id<BaseTree>)t Action:(TreeVisitorAction *)action
DTreeVisitorAction.m35 @implementation TreeVisitorAction implementation