Packages

implicit final class FrameExtensions[V <: Value] extends AnyVal

Source
BytecodeUtils.scala
Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FrameExtensions
  2. AnyVal
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FrameExtensions(frame: Frame[V])

Value Members

  1. val frame: Frame[V]
  2. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  3. def getValue(i: Int): V

    Gets the value at slot i, where i may be a local or a stack index.

  4. def peekStack(n: Int): V

    The value n positions down the stack.

  5. def setValue(i: Int, value: V): Unit

    Sets the value at slot i, where i may be a local or a stack index.

  6. def stackTop: Int

    The index of the current stack top.