Searched refs:_postAction (Results 1 – 2 of 2) sorted by relevance
64 Func<object, object> _postAction; field in Antlr.Runtime.Tree.TreeVisitorAction69 _postAction = postAction; in TreeVisitorAction()82 if (_postAction != null) in Post()83 return _postAction(t); in Post()
66 private readonly Func<object, object> _postAction; field in Antlr.Runtime.Tree.TreeVisitorAction71 _postAction = postAction; in TreeVisitorAction()84 if ( _postAction != null ) in Post()85 return _postAction( t ); in Post()