-
- All Known Implementing Classes:
AbstractSingleCallFrame
public interface StackFrame
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
StackFrame.State
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StackFrame.State
getState()
void
postResponse(Call call)
void
postResponse(StackFrame.State state, List<Value> args)
StackFrame
process(Env env)
List<Value>
result()
-
-
-
Method Detail
-
getState
StackFrame.State getState()
-
process
StackFrame process(Env env)
-
postResponse
void postResponse(Call call)
-
postResponse
void postResponse(StackFrame.State state, List<Value> args)
-
-