Drools :: Compiler 6.0.0.CR5

org.drools.compiler.lang
Class DRLExpressions

java.lang.Object
  extended by org.antlr.runtime.BaseRecognizer
      extended by org.antlr.runtime.Parser
          extended by org.drools.compiler.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
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

DRLExpressions

public DRLExpressions(org.antlr.runtime.TokenStream input,
                      org.antlr.runtime.RecognizerSharedState state)
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 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()

getErrorMessages

public abstract List<String> getErrorMessages()

enableEditorInterface

public abstract void enableEditorInterface()

disableEditorInterface

public abstract void disableEditorInterface()

getEditorInterface

public abstract LinkedList<DroolsSentence> getEditorInterface()

Drools :: Compiler 6.0.0.CR5

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.