Interface IStackFrame
public interface IStackFrame
An abstract definition of ATL VM stack frames.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the frame operation.Returns the local variables map.int
Returns the current frame location.
-
Method Details
-
getIOperation
IOperation getIOperation()Returns the frame operation.- Returns:
- the frame operation
-
getLocalVariables
Returns the local variables map.- Returns:
- the local variables map
-
getLocation
int getLocation()Returns the current frame location.- Returns:
- the current frame location
-