// get a list of all (abstract or not) non-terminals
List<TypeDecl>nonTerminals=newArrayList<>();
...
...
@@ -122,6 +129,8 @@ public class Compiler {
optionListClass=addOption(newStringOption("listClass","determine the class name of the nonterminal reference list"));
optionGrammarName=addOption(newStringOption("grammarName","name of the generated grammar and aspect (without file extension)"));
optionResolverHelper=addOption(newFlagOption("resolverHelper","create a subtype for each type containing a string that can be used to resolve the type later"));
optionJastAddList=addOption(newStringOption("jastAddList","set the name of the List type in JastAdd (has to match the option '--List' or its default List)"));