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

      Constructors 
      Constructor Description
      DRLExpressions​(org.antlr.runtime.TokenStream input, org.antlr.runtime.RecognizerSharedState state)  
    • 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 org.drools.drl.ast.descr.BaseDescr conditionalOrExpression()
                                                                            throws org.antlr.runtime.RecognitionException
        Throws:
        org.antlr.runtime.RecognitionException
      • hasErrors

        public abstract boolean hasErrors()
      • getErrorMessages

        public abstract List<String> getErrorMessages()
      • enableEditorInterface

        public abstract void enableEditorInterface()
      • disableEditorInterface

        public abstract void disableEditorInterface()