Package | Description |
---|---|
org.drools.compiler.lang |
This contains the parser and utilities for the native DRL format, for handling DRL source.
|
Modifier and Type | Method and Description |
---|---|
DroolsSentenceType |
DroolsSentence.getType()
getter of sentence type
|
static DroolsSentenceType |
DroolsSentenceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DroolsSentenceType[] |
DroolsSentenceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ParserHelper.beginSentence(DroolsSentenceType sentenceType) |
void |
DroolsSentence.setType(DroolsSentenceType type)
setter of sentence type
|
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.