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

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeWizard.cs260 if (_outer.ParseCore(t, _tpattern, null)) {
346 if (_outer.ParseCore(t, _tpattern, _labels)) {
400 bool matched = ParseCore(t, tpattern, labels);
415 protected virtual bool ParseCore(object t1, TreePattern tpattern, IDictionary<string, object> labels) { method in class:Antlr.Runtime.Tree.TreeWizard
443 if (!ParseCore(child1, child2, labels)) {
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreeWizard.cs298 if ( _outer.ParseCore( t, _tpattern, null ) )
399 if ( _outer.ParseCore( t, _tpattern, _labels ) )
457 bool matched = ParseCore( t, tpattern, labels );
473 protected virtual bool ParseCore( object t1, TreePattern tpattern, IDictionary<string, object> labels ) method in class:Antlr.Runtime.Tree.TreeWizard
509 if ( !ParseCore( child1, child2, labels ) )

Completed in 143 milliseconds