StackControllerObject

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun pop(): Byte

Pop a byte from the stack

Link copied to clipboard
fun popByte(): Byte

Pop the top byte from the stack

Link copied to clipboard

Pop the top double from the stack

Link copied to clipboard

Pop the top float from the stack

Link copied to clipboard
fun popInt(): Int

Pop the top int from the stack

Link copied to clipboard
fun popLong(): Long

Pop the top long from the stack

Link copied to clipboard

Pop the top short from the stack

Link copied to clipboard
fun push(b: Byte)

Push a byte on top of the stack

Link copied to clipboard

Push a boolean on top of the stack

Link copied to clipboard
fun pushByte(v: Byte)

Push a byte on top of the stack

Link copied to clipboard

Push a double on top of the stack

Link copied to clipboard

Push a float on top of the stack

Link copied to clipboard
fun pushInt(v: Int)

Push an int on top of the stack

Link copied to clipboard
fun pushLong(v: Long)

Push a long on top of the stack

Link copied to clipboard

Push a short on top of the stack