Class StackFrame


public class StackFrame extends AbstractStackFrame
The Stack Frame implementation.
  • Constructor Details

    • StackFrame

      public StackFrame(ExecEnv execEnv, ASMModule asmModule, Operation operation)
      Creates a new StackFrame with the given parameters.
      Parameters:
      execEnv - the execution environment
      asmModule - the transformation module
      operation - the main operation
    • StackFrame

      protected StackFrame(StackFrame caller, Operation operation)
      Creates a new StackFrame.
      Parameters:
      caller - the parent stack frame
      operation - the operation
    • StackFrame

      public StackFrame(ExecEnv execEnv)
      Creates an empty StackFrame which refers to its ExecEnv.
      Parameters:
      execEnv - the ExecEnv
  • Method Details