Home
last modified time | relevance | path

Searched refs:IncRuleLevel (Results 1 – 6 of 6) sorted by relevance

/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DDebugTreeGrammar.cs58 public virtual void IncRuleLevel() { ruleLevel++; } in IncRuleLevel() method in DebugTreeGrammar
107 IncRuleLevel(); in prog()
220 IncRuleLevel(); in stat()
443 IncRuleLevel(); in expr()
743 IncRuleLevel(); in call()
DProfileTreeGrammar.cs58 public virtual void IncRuleLevel() { ruleLevel++; } in IncRuleLevel() method in ProfileTreeGrammar
112 IncRuleLevel(); in prog()
225 IncRuleLevel(); in stat()
448 IncRuleLevel(); in expr()
748 IncRuleLevel(); in call()
DProfileGrammarParser.cs56 public virtual void IncRuleLevel() { ruleLevel++; } in IncRuleLevel() method in ProfileGrammarParser
152 IncRuleLevel(); in prog()
302 IncRuleLevel(); in stat()
585 IncRuleLevel(); in func()
727 IncRuleLevel(); in formalPar()
820 IncRuleLevel(); in expr()
1031 IncRuleLevel(); in multExpr()
1204 IncRuleLevel(); in atom()
DDebugGrammarParser.cs56 public virtual void IncRuleLevel() { ruleLevel++; } in IncRuleLevel() method in DebugGrammarParser
148 IncRuleLevel(); in prog()
298 IncRuleLevel(); in stat()
581 IncRuleLevel(); in func()
723 IncRuleLevel(); in formalPar()
816 IncRuleLevel(); in expr()
1027 IncRuleLevel(); in multExpr()
1200 IncRuleLevel(); in atom()
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
DDbg.stg54 public virtual void IncRuleLevel() { ruleLevel++; }
64 public void IncRuleLevel() { <grammar.delegators:{g| <g:delegateName()>}>.IncRuleLevel(); }
175 IncRuleLevel();
185 // IncRuleLevel();
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
DDbg.stg53 public virtual void IncRuleLevel() { ruleLevel++; }
63 public void IncRuleLevel() { <grammar.delegators:{g| <g:delegateName()>}>.IncRuleLevel(); }
174 IncRuleLevel();
184 // IncRuleLevel();