Home
last modified time | relevance | path

Searched defs:ruleIndex (Results 1 – 25 of 56) sorted by relevance

123

/external/antlr/runtime/Python/tests/
Dt044trace.py19 def traceIn(self, ruleName, ruleIndex): argument
23 def traceOut(self, ruleName, ruleIndex): argument
42 def traceIn(self, ruleName, ruleIndex): argument
46 def traceOut(self, ruleName, ruleIndex): argument
Dt052import.py30 def traceIn(self, ruleName, ruleIndex): argument
34 def traceOut(self, ruleName, ruleIndex): argument
57 def traceIn(self, ruleName, ruleIndex): argument
61 def traceOut(self, ruleName, ruleIndex): argument
Dt047treeparser.py16 def traceIn(self, ruleName, ruleIndex): argument
20 def traceOut(self, ruleName, ruleIndex): argument
Dt053hetero.py21 def traceIn(self, ruleName, ruleIndex): argument
25 def traceOut(self, ruleName, ruleIndex): argument
48 def traceIn(self, ruleName, ruleIndex): argument
52 def traceOut(self, ruleName, ruleIndex): argument
/external/antlr/runtime/Python3/tests/
Dt044trace.py19 def traceIn(self, ruleName, ruleIndex): argument
23 def traceOut(self, ruleName, ruleIndex): argument
42 def traceIn(self, ruleName, ruleIndex): argument
46 def traceOut(self, ruleName, ruleIndex): argument
Dt052import.py30 def traceIn(self, ruleName, ruleIndex): argument
34 def traceOut(self, ruleName, ruleIndex): argument
57 def traceIn(self, ruleName, ruleIndex): argument
61 def traceOut(self, ruleName, ruleIndex): argument
Dt047treeparser.py16 def traceIn(self, ruleName, ruleIndex): argument
20 def traceOut(self, ruleName, ruleIndex): argument
Dt053hetero.py21 def traceIn(self, ruleName, ruleIndex): argument
25 def traceOut(self, ruleName, ruleIndex): argument
48 def traceIn(self, ruleName, ruleIndex): argument
52 def traceOut(self, ruleName, ruleIndex): argument
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/
DParser.js62 traceIn: function(ruleName, ruleIndex) { argument
67 traceOut: function(ruleName, ruleIndex) { argument
DBaseRecognizer.js842 getRuleMemoization: function(ruleIndex, ruleStartIndex) { argument
866 alreadyParsedRule: function(input, ruleIndex) { argument
888 ruleIndex, argument
927 traceIn: function(ruleName, ruleIndex, inputSymbol) { argument
945 traceOut: function(ruleName, ruleIndex, inputSymbol) { argument
DLexer.js275 traceIn: function(ruleName, ruleIndex) { argument
280 traceOut: function(ruleName, ruleIndex) { argument
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DParser.cs120 public virtual void TraceIn( string ruleName, int ruleIndex ) in TraceIn()
126 public virtual void TraceOut( string ruleName, int ruleIndex ) in TraceOut()
DBaseRecognizer.cs960 public virtual int GetRuleMemoization( int ruleIndex, int ruleStartIndex ) in GetRuleMemoization()
987 public virtual bool AlreadyParsedRule( IIntStream input, int ruleIndex ) in AlreadyParsedRule()
1013 int ruleIndex, in Memoize()
1050 public virtual void TraceIn(string ruleName, int ruleIndex, object inputSymbol) in TraceIn()
1063 public virtual void TraceOut(string ruleName, int ruleIndex, object inputSymbol) in TraceOut()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DParser.cs106 public virtual void TraceIn(string ruleName, int ruleIndex) { in TraceIn()
111 public virtual void TraceOut(string ruleName, int ruleIndex) { in TraceOut()
DBaseRecognizer.cs850 public virtual int GetRuleMemoization(int ruleIndex, int ruleStartIndex) { in GetRuleMemoization()
875 public virtual bool AlreadyParsedRule(IIntStream input, int ruleIndex) { in AlreadyParsedRule()
896 int ruleIndex, in Memoize()
927 public virtual void TraceIn(string ruleName, int ruleIndex, object inputSymbol) { in TraceIn()
939 public virtual void TraceOut(string ruleName, int ruleIndex, object inputSymbol) { in TraceOut()
DLexer.cs344 public virtual void TraceIn(string ruleName, int ruleIndex) { in TraceIn()
350 public virtual void TraceOut(string ruleName, int ruleIndex) { in TraceOut()
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
DParser.java96 public void traceIn(String ruleName, int ruleIndex) { in traceIn()
100 public void traceOut(String ruleName, int ruleIndex) { in traceOut()
DSerializedGrammar.java92 int ruleIndex; field in SerializedGrammar.RuleRef
93 public RuleRef(int ruleIndex) { this.ruleIndex = ruleIndex; } in RuleRef()
168 int ruleIndex = in.readShort(); in readAlt() local
DBaseRecognizer.java793 public int getRuleMemoization(int ruleIndex, int ruleStartIndex) { in getRuleMemoization()
814 public boolean alreadyParsedRule(IntStream input, int ruleIndex) { in alreadyParsedRule()
834 int ruleIndex, in memoize()
863 public void traceIn(String ruleName, int ruleIndex, Object inputSymbol) { in traceIn()
872 int ruleIndex, in traceOut()
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/
DTreeParser.js115 traceIn: function(ruleName, ruleIndex) { argument
119 traceOut: function(ruleName, ruleIndex) { argument
/external/antlr/runtime/Python/antlr3/
Drecognizers.py911 def getRuleMemoization(self, ruleIndex, ruleStartIndex): argument
928 def alreadyParsedRule(self, input, ruleIndex): argument
953 def memoize(self, input, ruleIndex, ruleStartIndex, success): argument
968 def traceIn(self, ruleName, ruleIndex, inputSymbol): argument
977 def traceOut(self, ruleName, ruleIndex, inputSymbol): argument
1343 def traceIn(self, ruleName, ruleIndex): argument
1352 def traceOut(self, ruleName, ruleIndex): argument
1416 def traceIn(self, ruleName, ruleIndex): argument
1420 def traceOut(self, ruleName, ruleIndex): argument
/external/antlr/runtime/Python3/antlr3/
Drecognizers.py886 def getRuleMemoization(self, ruleIndex, ruleStartIndex): argument
903 def alreadyParsedRule(self, input, ruleIndex): argument
928 def memoize(self, input, ruleIndex, ruleStartIndex, success): argument
943 def traceIn(self, ruleName, ruleIndex, inputSymbol): argument
952 def traceOut(self, ruleName, ruleIndex, inputSymbol): argument
1312 def traceIn(self, ruleName, ruleIndex): argument
1321 def traceOut(self, ruleName, ruleIndex): argument
1385 def traceIn(self, ruleName, ruleIndex): argument
1389 def traceOut(self, ruleName, ruleIndex): argument
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreeParser.cs197 public virtual void TraceIn( string ruleName, int ruleIndex ) in TraceIn()
203 public virtual void TraceOut( string ruleName, int ruleIndex ) in TraceOut()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeParser.cs178 public virtual void TraceIn(string ruleName, int ruleIndex) { in TraceIn()
183 public virtual void TraceOut(string ruleName, int ruleIndex) { in TraceOut()
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
DSlimLexer.cs433 public virtual void TraceIn( string ruleName, int ruleIndex ) in TraceIn()
439 public virtual void TraceOut( string ruleName, int ruleIndex ) in TraceOut()

123