Uses of Class
org.antlr.grammar.v3.TreeToNFAConverter
-
Packages that use TreeToNFAConverter Package Description org.antlr.tool -
-
Uses of TreeToNFAConverter in org.antlr.tool
Methods in org.antlr.tool with parameters of type TreeToNFAConverter Modifier and Type Method Description IntSet
Grammar. getSetFromRule(TreeToNFAConverter nfabuilder, java.lang.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
-