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

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeWizard.cs252 IList _subtrees; field in class:Antlr.Runtime.Tree.TreeWizard.FindTreeWizardContextVisitor
256 _subtrees = subtrees;
261 _subtrees.Add(t);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreeWizard.cs288 IList _subtrees; field in class:Antlr.Runtime.Tree.TreeWizard.FindTreeWizardContextVisitor
293 _subtrees = subtrees;
300 _subtrees.Add( t );

Completed in 40 milliseconds