Uses of Class
org.antlr.grammar.v2.ANTLRParser
-
Packages that use ANTLRParser Package Description org.antlr.tool -
-
Uses of ANTLRParser in org.antlr.tool
Methods in org.antlr.tool with parameters of type ANTLRParser Modifier and Type Method Description protected java.util.List
Grammar. getArtificialRulesForSyntacticPredicates(ANTLRParser parser, java.util.LinkedHashMap nameToSynpredASTMap)
for any syntactic predicates, we need to define rules for them; they will get defined automatically like any other rule.
-