Package | Description |
---|---|
org.drools.compiler.lang |
Modifier and Type | Method and Description |
---|---|
static DroolsParaphraseTypes |
DroolsParaphraseTypes.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.
|
Modifier and Type | Method and Description |
---|---|
Map<DroolsParaphraseTypes,String> |
ParserHelper.popParaphrases() |
Modifier and Type | Method and Description |
---|---|
void |
ParserHelper.pushParaphrases(DroolsParaphraseTypes type)
Method that adds a paraphrase type into paraphrases stack.
|
void |
ParserHelper.setParaphrasesValue(DroolsParaphraseTypes type,
String value)
Method that sets paraphrase value for a type into paraphrases stack.
|
Constructor and Description |
---|
DroolsParserExceptionFactory(Stack<Map<DroolsParaphraseTypes,String>> paraphrases,
org.kie.internal.builder.conf.LanguageLevelOption languageLevel)
DroolsParserErrorMessages constructor.
|
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.