js.tinyvm
Interface OpCodeInfo

All Known Implementing Classes:
CodeUtilities

public interface OpCodeInfo

Machine-generated file. Do not modify.


Field Summary
static int OP_GETFIELD_1
           
static int OP_GETSTATIC_1
           
static int OP_GETSTATIC_2
           
static int OP_GETSTATIC_3
           
static int OP_GETSTATIC_4
           
static int OP_LDC_1
           
static int OP_LDC_2
           
static int OP_LDC_3
           
static int OP_LDC_4
           
static int OP_PUTFIELD_1
           
static int OP_PUTSTATIC_1
           
static int OP_PUTSTATIC_2
           
static int OP_PUTSTATIC_3
           
static int OP_PUTSTATIC_4
           
static int[] OPCODE_ARGS
           
static java.lang.String[] OPCODE_NAME
           
 

Field Detail

OPCODE_ARGS

static final int[] OPCODE_ARGS

OPCODE_NAME

static final java.lang.String[] OPCODE_NAME

OP_GETSTATIC_1

static final int OP_GETSTATIC_1
See Also:
Constant Field Values

OP_GETSTATIC_2

static final int OP_GETSTATIC_2
See Also:
Constant Field Values

OP_GETSTATIC_3

static final int OP_GETSTATIC_3
See Also:
Constant Field Values

OP_GETSTATIC_4

static final int OP_GETSTATIC_4
See Also:
Constant Field Values

OP_PUTSTATIC_1

static final int OP_PUTSTATIC_1
See Also:
Constant Field Values

OP_PUTSTATIC_2

static final int OP_PUTSTATIC_2
See Also:
Constant Field Values

OP_PUTSTATIC_3

static final int OP_PUTSTATIC_3
See Also:
Constant Field Values

OP_PUTSTATIC_4

static final int OP_PUTSTATIC_4
See Also:
Constant Field Values

OP_LDC_1

static final int OP_LDC_1
See Also:
Constant Field Values

OP_LDC_2

static final int OP_LDC_2
See Also:
Constant Field Values

OP_LDC_3

static final int OP_LDC_3
See Also:
Constant Field Values

OP_LDC_4

static final int OP_LDC_4
See Also:
Constant Field Values

OP_GETFIELD_1

static final int OP_GETFIELD_1
See Also:
Constant Field Values

OP_PUTFIELD_1

static final int OP_PUTFIELD_1
See Also:
Constant Field Values