Package org.drools.drl.parser.lang
Class DRLExpressions
java.lang.Object
org.antlr.runtime.BaseRecognizer
org.antlr.runtime.Parser
org.drools.drl.parser.lang.DRLExpressions
- Direct Known Subclasses:
DRL5Expressions,DRL6Expressions
public abstract class DRLExpressions
extends org.antlr.runtime.Parser
-
Field Summary
Fields inherited from class org.antlr.runtime.Parser
inputFields 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
ConstructorsConstructorDescriptionDRLExpressions(org.antlr.runtime.TokenStream input, org.antlr.runtime.RecognizerSharedState state) -
Method Summary
Modifier and TypeMethodDescriptionabstract BaseDescrabstract voidabstract voidabstract LinkedList<DroolsSentence>abstract List<DroolsParserException>abstract ParserHelperabstract Stringabstract booleanabstract booleanabstract booleanabstract voidsetBuildDescr(boolean build) abstract voidsetHasBindings(boolean value) abstract voidsetLeftMostExpr(String value) Methods inherited from class org.antlr.runtime.Parser
getCurrentInputSymbol, getMissingSymbol, getSourceName, getTokenStream, reset, setTokenStream, traceIn, traceOutMethods 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
-
Constructor Details
-
Method Details
-
setBuildDescr
public abstract void setBuildDescr(boolean build) -
isBuildDescr
public abstract boolean isBuildDescr() -
setLeftMostExpr
-
getLeftMostExpr
-
setHasBindings
public abstract void setHasBindings(boolean value) -
hasBindings
public abstract boolean hasBindings() -
conditionalOrExpression
- Throws:
org.antlr.runtime.RecognitionException
-
getHelper
-
hasErrors
public abstract boolean hasErrors() -
getErrors
-
getErrorMessages
-
enableEditorInterface
public abstract void enableEditorInterface() -
disableEditorInterface
public abstract void disableEditorInterface() -
getEditorInterface
-