Uses of Class
antlr.RuleBlock
-
Packages that use RuleBlock Package Description antlr antlr.actions.cpp antlr.actions.csharp antlr.actions.java antlr.actions.python -
-
Uses of RuleBlock in antlr
Fields in antlr declared as RuleBlock Modifier and Type Field Description (package private) RuleBlockRuleSymbol. block(package private) RuleBlockCppCodeGenerator. currentRule(package private) RuleBlockCSharpCodeGenerator. currentRule(package private) RuleBlockJavaCodeGenerator. currentRuleTracks the rule being generated.(package private) RuleBlockPythonCodeGenerator. currentRuleTracks the rule being generated.protected RuleBlockMakeGrammar. ruleBlockMethods in antlr that return RuleBlock Modifier and Type Method Description static RuleBlockMakeGrammar. createNextTokenRule(Grammar g, Vector lexRules, java.lang.String rname)Used to build nextToken() for the lexer.RuleBlockRuleSymbol. getBlock()Methods in antlr with parameters of type RuleBlock Modifier and Type Method Description voidDiagnosticCodeGenerator. genFollowSetForRuleBlock(RuleBlock blk)Generate a textual representation of the follow set for a block.voidDocBookCodeGenerator. genFollowSetForRuleBlock(RuleBlock blk)Generate a textual representation of the follow set for a block.voidHTMLCodeGenerator. genFollowSetForRuleBlock(RuleBlock blk)Generate a textual representation of the follow set for a block.LookaheadLLkAnalyzer. look(int k, RuleBlock blk)Combine the lookahead computed for each alternative.LookaheadLLkGrammarAnalyzer. look(int k, RuleBlock blk)protected abstract java.lang.StringCodeGenerator. processActionForSpecialSymbols(java.lang.String actionStr, int line, RuleBlock currentRule, ActionTransInfo tInfo)Lexically process $ and # references within the action.protected java.lang.StringCppCodeGenerator. processActionForSpecialSymbols(java.lang.String actionStr, int line, RuleBlock currentRule, ActionTransInfo tInfo)Lexically process tree-specifiers in the action.protected java.lang.StringCSharpCodeGenerator. processActionForSpecialSymbols(java.lang.String actionStr, int line, RuleBlock currentRule, ActionTransInfo tInfo)Lexically process tree-specifiers in the action.protected java.lang.StringDiagnosticCodeGenerator. processActionForSpecialSymbols(java.lang.String actionStr, int line, RuleBlock currentRule, ActionTransInfo tInfo)protected java.lang.StringDocBookCodeGenerator. processActionForSpecialSymbols(java.lang.String actionStr, int line, RuleBlock currentRule, ActionTransInfo tInfo)protected java.lang.StringHTMLCodeGenerator. processActionForSpecialSymbols(java.lang.String actionStr, int line, RuleBlock currentRule, ActionTransInfo tInfo)protected java.lang.StringJavaCodeGenerator. processActionForSpecialSymbols(java.lang.String actionStr, int line, RuleBlock currentRule, ActionTransInfo tInfo)Lexically process $var and tree-specifiers in the action.protected java.lang.StringPythonCodeGenerator. processActionForSpecialSymbols(java.lang.String actionStr, int line, RuleBlock currentRule, ActionTransInfo tInfo)Lexically process $var and tree-specifiers in the action.voidRuleSymbol. setBlock(RuleBlock rb) -
Uses of RuleBlock in antlr.actions.cpp
Fields in antlr.actions.cpp declared as RuleBlock Modifier and Type Field Description protected RuleBlockActionLexer. currentRuleConstructors in antlr.actions.cpp with parameters of type RuleBlock Constructor Description ActionLexer(java.lang.String s, RuleBlock currentRule, CodeGenerator generator, ActionTransInfo transInfo) -
Uses of RuleBlock in antlr.actions.csharp
Fields in antlr.actions.csharp declared as RuleBlock Modifier and Type Field Description protected RuleBlockActionLexer. currentRuleConstructors in antlr.actions.csharp with parameters of type RuleBlock Constructor Description ActionLexer(java.lang.String s, RuleBlock currentRule, CodeGenerator generator, ActionTransInfo transInfo) -
Uses of RuleBlock in antlr.actions.java
Fields in antlr.actions.java declared as RuleBlock Modifier and Type Field Description protected RuleBlockActionLexer. currentRuleConstructors in antlr.actions.java with parameters of type RuleBlock Constructor Description ActionLexer(java.lang.String s, RuleBlock currentRule, CodeGenerator generator, ActionTransInfo transInfo) -
Uses of RuleBlock in antlr.actions.python
Fields in antlr.actions.python declared as RuleBlock Modifier and Type Field Description protected RuleBlockActionLexer. currentRuleConstructors in antlr.actions.python with parameters of type RuleBlock Constructor Description ActionLexer(java.lang.String s, RuleBlock currentRule, CodeGenerator generator, ActionTransInfo transInfo)
-