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

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeWizard.cs249 class FindTreeWizardContextVisitor : TreeWizard.IContextVisitor { class in class:Antlr.Runtime.Tree.TreeWizard
253 public FindTreeWizardContextVisitor(TreeWizard outer, TreePattern tpattern, IList subtrees) { method in class:Antlr.Runtime.Tree.TreeWizard.FindTreeWizardContextVisitor
288 Visit(t, rootTokenType, new FindTreeWizardContextVisitor(this, tpattern, subtrees));
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreeWizard.cs284 class FindTreeWizardContextVisitor : TreeWizard.IContextVisitor class in class:Antlr.Runtime.Tree.TreeWizard
289 public FindTreeWizardContextVisitor( TreeWizard outer, TreePattern tpattern, IList subtrees ) method in class:Antlr.Runtime.Tree.TreeWizard.FindTreeWizardContextVisitor
330 Visit( t, rootTokenType, new FindTreeWizardContextVisitor( this, tpattern, subtrees ) );

Completed in 19 milliseconds