HomeSort by relevance Sort by last modified time
    Searched defs:_tree (Results 1 - 3 of 3) sorted by null

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
AstParserRuleReturnScope`2.cs 37 private TTree _tree; field in class:Antlr.Runtime.AstParserRuleReturnScope
43 return _tree;
48 _tree = value;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
AntlrRuntime_BaseTreeDebugView.cs 39 private readonly BaseTree _tree; field in class:Antlr.Runtime.Tree.AntlrRuntime_BaseTreeDebugView
43 _tree = tree;
51 if (_tree == null || _tree.Children == null)
54 ITree[] children = new ITree[_tree.Children.Count];
55 _tree.Children.CopyTo(children, 0);
AstTreeRuleReturnScope`2.cs 37 private TOutputTree _tree; field in class:Antlr.Runtime.Tree.AstTreeRuleReturnScope
43 return _tree;
48 _tree = value;

Completed in 57 milliseconds