Uses of Class
org.drools.drl.parser.lang.DroolsParaphraseTypes
-
Packages that use DroolsParaphraseTypes Package Description org.drools.drl.parser.lang -
-
Uses of DroolsParaphraseTypes in org.drools.drl.parser.lang
Methods in org.drools.drl.parser.lang that return DroolsParaphraseTypes Modifier and Type Method Description static DroolsParaphraseTypesDroolsParaphraseTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static DroolsParaphraseTypes[]DroolsParaphraseTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.drools.drl.parser.lang that return types with arguments of type DroolsParaphraseTypes Modifier and Type Method Description Map<DroolsParaphraseTypes,String>ParserHelper. popParaphrases()Methods in org.drools.drl.parser.lang with parameters of type DroolsParaphraseTypes Modifier and Type Method Description voidParserHelper. 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 DroolsParaphraseTypes Constructor Description DroolsParserExceptionFactory(Collection<Map<DroolsParaphraseTypes,String>> paraphrases, org.kie.internal.builder.conf.LanguageLevelOption languageLevel)DroolsParserErrorMessages constructor.
-