Uses of Enum Class
org.drools.drl.parser.lang.DroolsParaphraseTypes
Packages that use DroolsParaphraseTypes
-
Uses of DroolsParaphraseTypes in org.drools.drl.parser.lang
Methods in org.drools.drl.parser.lang that return DroolsParaphraseTypesModifier and TypeMethodDescriptionstatic DroolsParaphraseTypesReturns the enum constant of this class with the specified name.static DroolsParaphraseTypes[]DroolsParaphraseTypes.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.drools.drl.parser.lang that return types with arguments of type DroolsParaphraseTypesMethods in org.drools.drl.parser.lang with parameters of type DroolsParaphraseTypesModifier and TypeMethodDescriptionvoidParserHelper.pushParaphrases(DroolsParaphraseTypes type) Method that adds a paraphrase type into paraphrases stack.voidParserHelper.setParaphrasesValue(DroolsParaphraseTypes type, String value) Method that sets paraphrase value for a type into paraphrases stack.Constructor parameters in org.drools.drl.parser.lang with type arguments of type DroolsParaphraseTypesModifierConstructorDescriptionDroolsParserExceptionFactory(Collection<Map<DroolsParaphraseTypes, String>> paraphrases, LanguageLevelOption languageLevel) DroolsParserErrorMessages constructor.