Interface IStackFrame


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

      • getIOperation

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

        java.util.Map<java.lang.String,​java.lang.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