Class CallStackState.CallFrame

  • Enclosing class:
    CallStackState

    public static class CallStackState.CallFrame
    extends Object
    Represents a single frame on the call stack.
    • Method Detail

      • getMethod

        public IRMethod getMethod()
        Returns:
        the method
      • getCallerState

        public SimulationState getCallerState()
        Returns:
        the caller state
      • getReturnBlock

        public IRBlock getReturnBlock()
        Returns:
        the return block
      • getReturnInstructionIndex

        public int getReturnInstructionIndex()
        Returns:
        the return instruction index
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object