Variable

Variable

new Variable(type, id)

Source:

Represents a reference to a variable in the Application bytecode

Parameters:
Name Type Description
type char

The type of variable reference (local, register, params)

id int

The register ID / stack offset of the variable