Home
last modified time | relevance | path

Searched refs:ActionVisitor (Results 1 – 2 of 2) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreeWizard.cs85 class ActionVisitor : Visitor class in Antlr.Runtime.Tree.TreeWizard
89 public ActionVisitor( System.Action<object> action ) in ActionVisitor() method in Antlr.Runtime.Tree.TreeWizard.ActionVisitor
358 Visit( t, ttype, new ActionVisitor( action ) ); in Visit()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeWizard.cs80 class ActionVisitor : Visitor { class in Antlr.Runtime.Tree.TreeWizard
83 public ActionVisitor(System.Action<object> action) { in ActionVisitor() method in Antlr.Runtime.Tree.TreeWizard.ActionVisitor
312 Visit(t, ttype, new ActionVisitor(action)); in Visit()