Searched defs:_tree (Results 1 - 3 of 3) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DAstParserRuleReturnScope`2.cs37 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/
H A DAntlrRuntime_BaseTreeDebugView.cs39 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);
H A DAstTreeRuleReturnScope`2.cs37 private TOutputTree _tree; field in class:Antlr.Runtime.Tree.AstTreeRuleReturnScope
43 return _tree;
48 _tree = value;

Completed in 311 milliseconds