Uses of Interface
org.kie.dmn.feel.lang.CompilerContext
-
Packages that use CompilerContext Package Description org.kie.dmn.feel org.kie.dmn.feel.codegen.feel11 org.kie.dmn.feel.lang org.kie.dmn.feel.lang.ast.visitor org.kie.dmn.feel.lang.impl -
-
Uses of CompilerContext in org.kie.dmn.feel
Methods in org.kie.dmn.feel that return CompilerContext Modifier and Type Method Description CompilerContextFEEL. newCompilerContext()Factory method to create a new compiler contextMethods in org.kie.dmn.feel with parameters of type CompilerContext Modifier and Type Method Description CompiledExpressionFEEL. compile(String expression, CompilerContext ctx)Compiles the string expression using the given compiler context.CompiledExpressionFEEL. compileUnaryTests(String expression, CompilerContext ctx)Compiles the string expression using the given compiler context. -
Uses of CompilerContext in org.kie.dmn.feel.codegen.feel11
Methods in org.kie.dmn.feel.codegen.feel11 with parameters of type CompilerContext Modifier and Type Method Description protected FEEL_1_1ParserProcessedFEELUnit. getFEELParser(String expression, CompilerContext ctx, List<FEELProfile> profiles)Constructors in org.kie.dmn.feel.codegen.feel11 with parameters of type CompilerContext Constructor Description ProcessedExpression(String expression, CompilerContext ctx, ProcessedFEELUnit.DefaultMode defaultBackend, List<FEELProfile> profiles)ProcessedUnaryTest(String expressions, CompilerContext ctx, List<FEELProfile> profiles) -
Uses of CompilerContext in org.kie.dmn.feel.lang
Methods in org.kie.dmn.feel.lang that return CompilerContext Modifier and Type Method Description CompilerContextCompilerContext. addFEELFunctions(Collection<FEELFunction> customFunction)CompilerContextCompilerContext. addInputVariable(String name, Object value)CompilerContextCompilerContext. addInputVariableType(String name, Type type) -
Uses of CompilerContext in org.kie.dmn.feel.lang.ast.visitor
Constructors in org.kie.dmn.feel.lang.ast.visitor with parameters of type CompilerContext Constructor Description ASTTemporalConstantVisitor(CompilerContext ctx) -
Uses of CompilerContext in org.kie.dmn.feel.lang.impl
Classes in org.kie.dmn.feel.lang.impl that implement CompilerContext Modifier and Type Class Description classCompilerContextImplMethods in org.kie.dmn.feel.lang.impl that return CompilerContext Modifier and Type Method Description CompilerContextCompilerContextImpl. addInputVariable(String name, Object value)CompilerContextCompilerContextImpl. addInputVariableType(String name, Type type)CompilerContextFEELImpl. newCompilerContext()CompilerContextFEELImpl. newCompilerContext(Collection<org.kie.dmn.api.feel.runtime.events.FEELEventListener> contextListeners)Methods in org.kie.dmn.feel.lang.impl with parameters of type CompilerContext Modifier and Type Method Description CompiledExpressionFEELImpl. compile(String expression, CompilerContext ctx)ProcessedExpressionFEELImpl. compileExpression(String expression, CompilerContext ctx)ProcessedUnaryTestFEELImpl. compileUnaryTests(String expressions, CompilerContext ctx)
-