Uses of Class
nlScript.core.GeneratorHints
Packages that use GeneratorHints
-
Uses of GeneratorHints in nlScript
Methods in nlScript with parameters of type GeneratorHintsModifier and TypeMethodDescriptionvoidParser.setGeneratorHints(NamedRule rule, String children, GeneratorHints hints) Separate generations with"::"voidParser.setGeneratorHints(NamedRule rule, GeneratorHints hints) -
Uses of GeneratorHints in nlScript.core
Methods in nlScript.core that return GeneratorHintsModifier and TypeMethodDescriptionstatic GeneratorHintsGeneratorHints.with(GeneratorHints.Key key, Object object) Methods in nlScript.core with parameters of type GeneratorHints -
Uses of GeneratorHints in nlScript.ebnf
Methods in nlScript.ebnf that return GeneratorHintsModifier and TypeMethodDescriptionRule.getChildGeneratorHints(String childName) Rule.getGeneratorHints()Methods in nlScript.ebnf with parameters of type GeneratorHintsModifier and TypeMethodDescriptionvoidRule.setChildGeneratorHints(String childName, GeneratorHints hints) voidRule.setGeneratorHints(GeneratorHints hints)