Searched defs:_nodes (Results 1 - 2 of 2) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeWizard.cs241 IList _nodes; field in class:Antlr.Runtime.Tree.TreeWizard.FindTreeWizardVisitor
243 _nodes = nodes;
246 _nodes.Add(t);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreeWizard.cs274 IList _nodes; field in class:Antlr.Runtime.Tree.TreeWizard.FindTreeWizardVisitor
277 _nodes = nodes;
281 _nodes.Add( t );

Completed in 100 milliseconds