public interface Opcodes
Modifier and Type | Field and Description |
---|---|
static byte |
CALL |
static byte |
CAST_I |
static byte |
CAST_O |
static byte |
COPY |
static byte |
DO |
static byte |
E_LOAD |
static byte |
E_POP |
static byte |
E_PUSH |
static byte |
EXIT |
static byte |
GET |
static byte |
GOTO |
static byte |
HINT |
static byte |
HINT_D |
static byte |
HINT_S |
static byte |
IF |
static byte |
LABEL |
static byte |
LDC_B |
static byte |
LDC_D |
static byte |
LDC_N |
static byte |
LDC_S |
static byte |
LINE |
static byte |
LOAD |
static byte |
LOAD_C |
static byte |
LOCAL |
static byte |
M_DEF |
static byte |
M_FRAG |
static byte |
M_REF |
static byte |
M_TYP |
static byte |
NEW_A |
static byte |
NEW_O |
static byte |
POP |
static byte |
PULL |
static byte |
PUSH |
static byte |
PUT |
static byte |
RETURN |
static byte |
STORE |
static byte |
THROW |
static byte |
TYPEOF |
static byte |
UO |
static final byte LDC_D
static final byte LDC_B
static final byte LDC_S
static final byte LDC_N
static final byte NEW_O
static final byte NEW_A
static final byte STORE
static final byte LOAD
static final byte GET
static final byte PUT
static final byte PULL
static final byte PUSH
static final byte COPY
static final byte EXIT
static final byte RETURN
static final byte THROW
static final byte UO
static final byte DO
static final byte TYPEOF
static final byte IF
static final byte GOTO
static final byte CAST_I
static final byte CAST_O
static final byte E_PUSH
static final byte E_POP
static final byte E_LOAD
static final byte LOAD_C
static final byte POP
static final byte CALL
static final byte M_DEF
static final byte M_REF
static final byte M_TYP
static final byte M_FRAG
static final byte LOCAL
static final byte HINT
static final byte HINT_S
static final byte HINT_D
static final byte LABEL
static final byte LINE
Copyright © 2020. All rights reserved.