HomeSort by relevance Sort by last modified time
    Searched refs:_postAction (Results 1 - 2 of 2) sorted by null

  /external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
ITreeVisitorAction.cs 64 Func<object, object> _postAction;
69 _postAction = postAction;
82 if (_postAction != null)
83 return _postAction(t);
  /external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
ITreeVisitorAction.cs 66 private readonly Func<object, object> _postAction;
71 _postAction = postAction;
84 if ( _postAction != null )
85 return _postAction( t );

Completed in 1408 milliseconds