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
-
-
Constructor Summary
Constructors Constructor Description DRLExpressions(org.antlr.runtime.TokenStream input, org.antlr.runtime.RecognizerSharedState state)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract org.drools.drl.ast.descr.BaseDescrconditionalOrExpression()abstract voiddisableEditorInterface()abstract voidenableEditorInterface()abstract LinkedList<DroolsSentence>getEditorInterface()abstract List<String>getErrorMessages()abstract List<DroolsParserException>getErrors()abstract ParserHelpergetHelper()abstract StringgetLeftMostExpr()abstract booleanhasBindings()abstract booleanhasErrors()abstract booleanisBuildDescr()abstract 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, 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
-
-
-
-
Method Detail
-
setBuildDescr
public abstract void setBuildDescr(boolean build)
-
isBuildDescr
public abstract boolean isBuildDescr()
-
setLeftMostExpr
public abstract void setLeftMostExpr(String value)
-
getLeftMostExpr
public abstract String getLeftMostExpr()
-
setHasBindings
public abstract void setHasBindings(boolean value)
-
hasBindings
public abstract boolean hasBindings()
-
conditionalOrExpression
public abstract org.drools.drl.ast.descr.BaseDescr conditionalOrExpression() throws org.antlr.runtime.RecognitionException- Throws:
org.antlr.runtime.RecognitionException
-
getHelper
public abstract ParserHelper getHelper()
-
hasErrors
public abstract boolean hasErrors()
-
getErrors
public abstract List<DroolsParserException> getErrors()
-
enableEditorInterface
public abstract void enableEditorInterface()
-
disableEditorInterface
public abstract void disableEditorInterface()
-
getEditorInterface
public abstract LinkedList<DroolsSentence> getEditorInterface()
-
-