Searched refs:_preAction (Results 1 – 2 of 2) sorted by relevance
63 Func<object, object> _preAction; field in Antlr.Runtime.Tree.TreeVisitorAction68 _preAction = preAction; in TreeVisitorAction()74 if (_preAction != null) in Pre()75 return _preAction(t); in Pre()
65 private readonly Func<object, object> _preAction; field in Antlr.Runtime.Tree.TreeVisitorAction70 _preAction = preAction; in TreeVisitorAction()76 if ( _preAction != null ) in Pre()77 return _preAction( t ); in Pre()