Uses of Interface
org.kie.dmn.feel.lang.impl.ExecutionFrame
-
Packages that use ExecutionFrame Package Description org.kie.dmn.feel.lang.impl -
-
Uses of ExecutionFrame in org.kie.dmn.feel.lang.impl
Classes in org.kie.dmn.feel.lang.impl that implement ExecutionFrame Modifier and Type Class Description classExecutionFrameImplclassRootExecutionFrameThis is a thread safe implementation of a root execution frame that automatically registers all the built in functions.Fields in org.kie.dmn.feel.lang.impl declared as ExecutionFrame Modifier and Type Field Description static ExecutionFrameRootExecutionFrame. INSTANCEMethods in org.kie.dmn.feel.lang.impl that return ExecutionFrame Modifier and Type Method Description ExecutionFrameExecutionFrameImpl. getParentFrame()ExecutionFrameEvaluationContextImpl. peek()ExecutionFrameEvaluationContextImpl. pop()Methods in org.kie.dmn.feel.lang.impl that return types with arguments of type ExecutionFrame Modifier and Type Method Description java.util.Deque<ExecutionFrame>EvaluationContextImpl. getStack()Methods in org.kie.dmn.feel.lang.impl with parameters of type ExecutionFrame Modifier and Type Method Description voidEvaluationContextImpl. push(ExecutionFrame obj)voidExecutionFrameImpl. setParentFrame(ExecutionFrame parentFrame)Constructors in org.kie.dmn.feel.lang.impl with parameters of type ExecutionFrame Constructor Description ExecutionFrameImpl(ExecutionFrame parentFrame)ExecutionFrameImpl(ExecutionFrame parentFrame, int size)
-