Uses of Class
antlr.RuleSymbol
Packages that use RuleSymbol
-
Uses of RuleSymbol in antlr
Methods in antlr with parameters of type RuleSymbolModifier and TypeMethodDescriptionvoid
Grammar.define
(RuleSymbol rs) Define a ruleprotected void
PythonCodeGenerator.genJavadocComment
(RuleSymbol g) void
CppCodeGenerator.genRule
(RuleSymbol s, boolean startSymbol, int ruleNum, String prefix) Gen a named rule block.void
CSharpCodeGenerator.genRule
(RuleSymbol s, boolean startSymbol, int ruleNum, TokenManager tm) Gen a named rule block.void
DiagnosticCodeGenerator.genRule
(RuleSymbol s) Generate code for a named rule blockvoid
DocBookCodeGenerator.genRule
(RuleSymbol s) Generate code for a named rule blockvoid
HTMLCodeGenerator.genRule
(RuleSymbol s) Generate code for a named rule blockvoid
JavaCodeGenerator.genRule
(RuleSymbol s, boolean startSymbol, int ruleNum) Gen a named rule block.void
PythonCodeGenerator.genRule
(RuleSymbol s, boolean startSymbol, int ruleNum) Gen a named rule block.void
CppCodeGenerator.genRuleHeader
(RuleSymbol s, boolean startSymbol)