Package org.kie.dmn.feel.codegen.feel11
Class FeelCtx
- java.lang.Object
-
- org.kie.dmn.feel.codegen.feel11.FeelCtx
-
public class FeelCtx extends Object
-
-
Constructor Summary
Constructors Constructor Description FeelCtx()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.github.javaparser.ast.expr.MethodCallExprcloseContext(DirectCompilerResult contextEntriesMethodChain)static com.github.javaparser.ast.expr.MethodCallExprcurrent()static com.github.javaparser.ast.expr.ExpressionemptyContext()static com.github.javaparser.ast.expr.MethodCallExprgetValue(String nameRef)static com.github.javaparser.ast.expr.MethodCallExpropenContext()static com.github.javaparser.ast.expr.MethodCallExprsetEntry(String keyText, com.github.javaparser.ast.expr.Expression expression)
-
-
-
Field Detail
-
FEELCTX_N
public static final String FEELCTX_N
- See Also:
- Constant Field Values
-
FEELCTX
public static final com.github.javaparser.ast.expr.NameExpr FEELCTX
-
-
Method Detail
-
emptyContext
public static com.github.javaparser.ast.expr.Expression emptyContext()
-
getValue
public static com.github.javaparser.ast.expr.MethodCallExpr getValue(String nameRef)
-
current
public static com.github.javaparser.ast.expr.MethodCallExpr current()
-
openContext
public static com.github.javaparser.ast.expr.MethodCallExpr openContext()
-
setEntry
public static com.github.javaparser.ast.expr.MethodCallExpr setEntry(String keyText, com.github.javaparser.ast.expr.Expression expression)
-
closeContext
public static com.github.javaparser.ast.expr.MethodCallExpr closeContext(DirectCompilerResult contextEntriesMethodChain)
-
-