Searched defs:_action (Results 1 - 2 of 2) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeWizard.cs81 System.Action<object> _action; field in class:Antlr.Runtime.Tree.TreeWizard.ActionVisitor
84 _action = action;
88 _action(t);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreeWizard.cs87 System.Action<object> _action; field in class:Antlr.Runtime.Tree.TreeWizard.ActionVisitor
91 _action = action;
96 _action( t );

Completed in 412 milliseconds