Uses of Class
org.antlr.grammar.v2.TreeToNFAConverter
Packages that use TreeToNFAConverter
-
Uses of TreeToNFAConverter in org.antlr.tool
Methods in org.antlr.tool with parameters of type TreeToNFAConverterModifier and TypeMethodDescriptionGrammar.getSetFromRule
(TreeToNFAConverter nfabuilder, String ruleName) Get the set equivalent (if any) of the indicated rule from this grammar.boolean
Grammar.isValidSet
(TreeToNFAConverter nfabuilder, GrammarAST t) Given set tree like ( SET A B ), check that A and B are both valid sets themselves, else we must tree like a BLOCK