implicit final class FrameExtensions[V <: Value] extends AnyVal
- Source
- BytecodeUtils.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FrameExtensions
- AnyVal
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new FrameExtensions(frame: Frame[V])
Value Members
- val frame: Frame[V]
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
def
getValue(i: Int): V
Gets the value at slot i, where i may be a local or a stack index.
-
def
peekStack(n: Int): V
The value
n
positions down the stack. -
def
setValue(i: Int, value: V): Unit
Sets the value at slot i, where i may be a local or a stack index.
-
def
stackTop: Int
The index of the current stack top.
The Scala compiler and reflection APIs.