LoadDestination

The destination of a value generated by genLoadTo.

trait Enum
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Enum entries

The value is put on the stack, and control flows through to the next opcode.

The value is put on the stack, and control flows through to the next opcode.

case Jump(label: Label)

The value is put on the stack, and control flow is transferred to the given label.

The value is put on the stack, and control flow is transferred to the given label.

case Return extends LoadDestination

The value is RETURN'ed from the enclosing method.

The value is RETURN'ed from the enclosing method.

case Throw extends LoadDestination

The value is ATHROW'n.

The value is ATHROW'n.