Package org.kie.dmn.feel.codegen.feel11
Class ProcessedFEELUnit
- java.lang.Object
-
- org.kie.dmn.feel.codegen.feel11.ProcessedFEELUnit
-
- All Implemented Interfaces:
java.io.Serializable,java.util.function.Function<EvaluationContext,java.lang.Object>,CompiledFEELExpression,CompiledExpression
- Direct Known Subclasses:
ProcessedExpression,ProcessedUnaryTest
public abstract class ProcessedFEELUnit extends java.lang.Object implements CompiledFEELExpression
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProcessedFEELUnit.DefaultMode
-
Field Summary
Fields Modifier and Type Field Description protected CompilerBytecodeLoadercompilerprotected CompiledFEELSupport.SyntaxErrorListenererrorListenerprotected java.lang.Stringexpressionprotected java.lang.StringpackageName
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FEEL_1_1ParsergetFEELParser(java.lang.String expression, CompilerContext ctx, java.util.List<FEELProfile> profiles)
-
-
-
Field Detail
-
packageName
protected final java.lang.String packageName
-
expression
protected final java.lang.String expression
-
errorListener
protected final CompiledFEELSupport.SyntaxErrorListener errorListener
-
compiler
protected final CompilerBytecodeLoader compiler
-
-
Method Detail
-
getFEELParser
protected FEEL_1_1Parser getFEELParser(java.lang.String expression, CompilerContext ctx, java.util.List<FEELProfile> profiles)
-
-