Home
last modified time | relevance | path

Searched defs:ruleName (Results 1 – 25 of 143) sorted by relevance

123456

/aosp_15_r20/external/antlr/tool/src/main/java/org/antlr/tool/
H A DGrammar.java1018 String ruleName = r.name; in createRuleStartAndStopNFAStates() local
1459 String ruleName = ruleToken.getText(); in defineRule() local
1696 public Rule getLocallyDefinedRule(String ruleName) { in getLocallyDefinedRule()
1701 public Rule getRule(String ruleName) { in getRule()
1711 public Rule getRule(String scopeName, String ruleName) { in getRule()
1722 public int getRuleIndex(String scopeName, String ruleName) { in getRuleIndex()
1730 public int getRuleIndex(String ruleName) { in getRuleIndex()
1747 public boolean generateMethodForRule(String ruleName) { in generateMethodForRule()
1769 public AttributeScope createReturnScope(String ruleName, Token retAction) { in createReturnScope()
1775 public AttributeScope createRuleScope(String ruleName, Token scopeAction) { in createRuleScope()
[all …]
H A DNameSpaceChecker.java92 String ruleName = r.name; in checkForRuleDefinitionProblems() local
125 String ruleName = tok.getText(); in lookForReferencesToUndefinedSymbols() local
158 String ruleName = refAST.getText(); in lookForReferencesToUndefinedSymbols() local
H A DLeftRecursiveRuleAnalyzer.java18 public String ruleName; field in LeftRecursiveRuleAnalyzer
33 public LeftRecursiveRuleAnalyzer(TreeNodeStream input, Grammar g, String ruleName) { in LeftRecursiveRuleAnalyzer()
261 public static boolean hasImmediateRecursiveRuleRefs(GrammarAST t, String ruleName) { in hasImmediateRecursiveRuleRefs()
/aosp_15_r20/external/antlr/runtime/Python/tests/
H A 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
H A 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
H A 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
H A Dt057autoAST.py22 def traceIn(self, ruleName, ruleIndex): argument
26 def traceOut(self, ruleName, ruleIndex): argument
49 def traceIn(self, ruleName, ruleIndex): argument
53 def traceOut(self, ruleName, ruleIndex): argument
H A Dt058rewriteAST.py22 def traceIn(self, ruleName, ruleIndex): argument
26 def traceOut(self, ruleName, ruleIndex): argument
49 def traceIn(self, ruleName, ruleIndex): argument
53 def traceOut(self, ruleName, ruleIndex): argument
/aosp_15_r20/external/antlr/runtime/Python3/tests/
H A 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
H A 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
H A 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
H A Dt057autoAST.py22 def traceIn(self, ruleName, ruleIndex): argument
26 def traceOut(self, ruleName, ruleIndex): argument
49 def traceIn(self, ruleName, ruleIndex): argument
53 def traceOut(self, ruleName, ruleIndex): argument
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DProfiler.cs99 public override void EnterRule(string grammarFileName, string ruleName) { in EnterRule()
109 public override void ExitRule(string grammarFileName, string ruleName) { in ExitRule()
123 string ruleName) { in ExamineRuleMemoization()
143 string ruleName) { in Memoize()
708 public string ruleName; field in Antlr.Runtime.Debug.Profiler.DecisionDescriptor
H A DTracer.cs58 override public void EnterRule(string grammarFileName, string ruleName) in EnterRule()
68 override public void ExitRule(string grammarFileName, string ruleName) in ExitRule()
/aosp_15_r20/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DProfiler.java88 public String ruleName; field in Profiler.DecisionDescriptor
156 public void enterRule(String grammarFileName, String ruleName) { in enterRule()
167 public void exitRule(String grammarFileName, String ruleName) { in exitRule()
181 String ruleName) in examineRuleMemoization()
202 String ruleName) in memoize()
H A DTracer.java45 public void enterRule(String ruleName) { in enterRule()
51 public void exitRule(String ruleName) { in exitRule()
/aosp_15_r20/build/soong/android/
H A Dnotices.go99 ctx BuilderAndOtherModuleProviderContext, outputFile WritablePath, ruleName, libraryName string, argument
109 ctx BuilderAndOtherModuleProviderContext, outputFile WritablePath, ruleName, libraryName string, argument
119 ctx BuilderAndOtherModuleProviderContext, outputFile WritablePath, ruleName, libraryName string, argument
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DFailedPredicateException.cs62 public FailedPredicateException(IIntStream input, string ruleName, string predicateText) in FailedPredicateException()
68 …public FailedPredicateException(string message, IIntStream input, string ruleName, string predicat… in FailedPredicateException()
74 …public FailedPredicateException(string message, IIntStream input, string ruleName, string predicat… in FailedPredicateException()
H A DBaseRecognizer.cs927 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()
962 protected virtual void DebugEnterRule(string grammarFileName, string ruleName) { in DebugEnterRule()
969 protected virtual void DebugExitRule(string grammarFileName, string ruleName) { in DebugExitRule()
/aosp_15_r20/external/antlr/runtime/Python3/antlr3/
H A Drecognizers.py943 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
/aosp_15_r20/external/antlr/runtime/Python/antlr3/
H A Drecognizers.py968 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
/aosp_15_r20/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/
H A DFailedPredicateException.java36 public String ruleName; field in FailedPredicateException
43 String ruleName, in FailedPredicateException()
/aosp_15_r20/external/antlr/gunit/src/main/java/org/antlr/gunit/
H A DgUnitBaseTest.java83 Method ruleName = lexer.getMethod("m"+testRuleName); in execLexer() local
187 Method ruleName = parser.getMethod(testRuleName); in execParser() local
329 Method ruleName = parser.getMethod(testRuleName); in execTreeParser() local
/aosp_15_r20/external/antlr/gunit/src/main/java/org/antlr/gunit/swingui/runner/
H A DNotifiedTestExecuter.java52 final String ruleName = failTest.getTestedRuleName(); in onFail() local
65 final String ruleName = passTest.getTestedRuleName(); in onPass() local
/aosp_15_r20/external/antlr/runtime/JavaScript/src/org/antlr/runtime/
H A DParser.js62 traceIn: function(ruleName, ruleIndex) { argument
67 traceOut: function(ruleName, ruleIndex) { argument

123456