Interface IStackFrame


public interface IStackFrame
An abstract definition of ATL VM stack frames.
  • Method Details

    • getIOperation

      IOperation getIOperation()
      Returns the frame operation.
      Returns:
      the frame operation
    • getLocalVariables

      Map<String,Object> getLocalVariables()
      Returns the local variables map.
      Returns:
      the local variables map
    • getLocation

      int getLocation()
      Returns the current frame location.
      Returns:
      the current frame location