Package org.kie.dmn.feel.codegen.feel11
Class ProcessedFEELUnit
- java.lang.Object
-
- org.kie.dmn.feel.codegen.feel11.ProcessedFEELUnit
-
- All Implemented Interfaces:
Serializable,Function<EvaluationContext,Object>,CompiledFEELExpression,CompiledExpression
- Direct Known Subclasses:
ProcessedExpression,ProcessedUnaryTest
public abstract class ProcessedFEELUnit extends 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 Stringexpressionprotected StringpackageName
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FEEL_1_1ParsergetFEELParser(String expression, CompilerContext ctx, List<FEELProfile> profiles)
-
-
-
Field Detail
-
packageName
protected final String packageName
-
expression
protected final String expression
-
errorListener
protected final CompiledFEELSupport.SyntaxErrorListener errorListener
-
compiler
protected final CompilerBytecodeLoader compiler
-
-
Method Detail
-
getFEELParser
protected FEEL_1_1Parser getFEELParser(String expression, CompilerContext ctx, List<FEELProfile> profiles)
-
-