public interface Code extends Visitable
Modifier and Type | Interface and Description |
---|---|
static interface |
Code.Caller |
static interface |
Code.Constant |
static interface |
Code.Identifier |
Modifier and Type | Field and Description |
---|---|
static int |
CALLER |
static int |
CONSTANT |
static int |
IDENTIFIER |
static int |
UNDEFINED |
Modifier and Type | Method and Description |
---|---|
int |
code() |
static final int UNDEFINED
static final int CONSTANT
static final int IDENTIFIER
static final int CALLER