Interface CompilerContext

    • Method Detail

      • addInputVariableType

        CompilerContext addInputVariableType​(java.lang.String name,
                                             Type type)
      • getInputVariableTypes

        java.util.Map<java.lang.String,​Type> getInputVariableTypes()
      • addInputVariable

        CompilerContext addInputVariable​(java.lang.String name,
                                         java.lang.Object value)
      • getInputVariables

        java.util.Map<java.lang.String,​java.lang.Object> getInputVariables()
      • getListeners

        java.util.Set<org.kie.dmn.api.feel.runtime.events.FEELEventListener> getListeners()
      • getFEELFunctions

        java.util.Collection<FEELFunction> getFEELFunctions()
      • isDoCompile

        boolean isDoCompile()
      • setDoCompile

        void setDoCompile​(boolean doCompile)
      • setFEELTypeRegistry

        void setFEELTypeRegistry​(FEELTypeRegistry typeRegistry)