Searched refs:ParseCore (Results 1 – 2 of 2) sorted by relevance
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | TreeWizard.cs | 260 if (_outer.ParseCore(t, _tpattern, null)) { in Visit() 346 if (_outer.ParseCore(t, _tpattern, _labels)) { in Visit() 400 bool matched = ParseCore(t, tpattern, labels); in Parse() 415 …protected virtual bool ParseCore(object t1, TreePattern tpattern, IDictionary<string, object> labe… in ParseCore() method in Antlr.Runtime.Tree.TreeWizard 443 if (!ParseCore(child1, child2, labels)) { in ParseCore()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | TreeWizard.cs | 298 if ( _outer.ParseCore( t, _tpattern, null ) ) in Visit() 399 if ( _outer.ParseCore( t, _tpattern, _labels ) ) in Visit() 457 bool matched = ParseCore( t, tpattern, labels ); in Parse() 473 …protected virtual bool ParseCore( object t1, TreePattern tpattern, IDictionary<string, object> lab… in ParseCore() method in Antlr.Runtime.Tree.TreeWizard 509 if ( !ParseCore( child1, child2, labels ) ) in ParseCore()
|