@Deprecated
public final class OP
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
OP_IMM
Deprecated.
Operand is immediate.
|
static int |
OP_LABEL
Deprecated.
Operand is label.
|
static int |
OP_MEM
Deprecated.
Operand is memory.
|
static int |
OP_NONE
Deprecated.
Invalid operand
|
static int |
OP_REG
Deprecated.
Operand is register.
|
static int |
OP_VAR
Deprecated.
Operand is variable.
|
Modifier | Constructor and Description |
---|---|
private |
OP()
Deprecated.
|
public static final int OP_NONE
public static final int OP_REG
public static final int OP_MEM
public static final int OP_IMM
public static final int OP_LABEL
public static final int OP_VAR