|
Drools :: Compiler 6.2.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.antlr.runtime.BaseRecognizer
org.antlr.runtime.Parser
org.drools.compiler.lang.DRLExpressions
public abstract class DRLExpressions
| Field Summary |
|---|
| Fields inherited from class org.antlr.runtime.Parser |
|---|
input |
| Fields inherited from class org.antlr.runtime.BaseRecognizer |
|---|
DEFAULT_TOKEN_CHANNEL, HIDDEN, INITIAL_FOLLOW_STACK_SIZE, MEMO_RULE_FAILED, MEMO_RULE_UNKNOWN, NEXT_TOKEN_RULE_NAME, state |
| Constructor Summary | |
|---|---|
DRLExpressions(org.antlr.runtime.TokenStream input,
org.antlr.runtime.RecognizerSharedState state)
|
|
| Method Summary | |
|---|---|
abstract BaseDescr |
conditionalOrExpression()
|
abstract void |
disableEditorInterface()
|
abstract void |
enableEditorInterface()
|
abstract LinkedList<DroolsSentence> |
getEditorInterface()
|
abstract List<String> |
getErrorMessages()
|
abstract List<DroolsParserException> |
getErrors()
|
abstract ParserHelper |
getHelper()
|
abstract String |
getLeftMostExpr()
|
abstract boolean |
hasBindings()
|
abstract boolean |
hasErrors()
|
abstract boolean |
isBuildDescr()
|
abstract void |
setBuildDescr(boolean build)
|
abstract void |
setHasBindings(boolean value)
|
abstract void |
setLeftMostExpr(String value)
|
| Methods inherited from class org.antlr.runtime.Parser |
|---|
getCurrentInputSymbol, getMissingSymbol, getSourceName, getTokenStream, reset, setTokenStream, traceIn, traceOut |
| Methods inherited from class org.antlr.runtime.BaseRecognizer |
|---|
alreadyParsedRule, beginResync, combineFollows, computeContextSensitiveRuleFOLLOW, computeErrorRecoverySet, consumeUntil, consumeUntil, displayRecognitionError, emitErrorMessage, endResync, failed, getBacktrackingLevel, getErrorHeader, getErrorMessage, getGrammarFileName, getNumberOfSyntaxErrors, getRuleInvocationStack, getRuleInvocationStack, getRuleMemoization, getRuleMemoizationCacheSize, getTokenErrorDisplay, getTokenNames, match, matchAny, memoize, mismatchIsMissingToken, mismatchIsUnwantedToken, pushFollow, recover, recoverFromMismatchedSet, recoverFromMismatchedToken, reportError, setBacktrackingLevel, toStrings, traceIn, traceOut |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DRLExpressions(org.antlr.runtime.TokenStream input,
org.antlr.runtime.RecognizerSharedState state)
| Method Detail |
|---|
public abstract void setBuildDescr(boolean build)
public abstract boolean isBuildDescr()
public abstract void setLeftMostExpr(String value)
public abstract String getLeftMostExpr()
public abstract void setHasBindings(boolean value)
public abstract boolean hasBindings()
public abstract BaseDescr conditionalOrExpression()
throws org.antlr.runtime.RecognitionException
org.antlr.runtime.RecognitionExceptionpublic abstract ParserHelper getHelper()
public abstract boolean hasErrors()
public abstract List<DroolsParserException> getErrors()
public abstract List<String> getErrorMessages()
public abstract void enableEditorInterface()
public abstract void disableEditorInterface()
public abstract LinkedList<DroolsSentence> getEditorInterface()
|
Drools :: Compiler 6.2.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||