Package | Description |
---|---|
org.openjdk.asmtools.jdis |
Modifier and Type | Field and Description |
---|---|
ConstantPool.TAG |
ConstantPool.Constant.tag
tag the descriptor for the constant
|
Modifier and Type | Field and Description |
---|---|
private static java.util.Hashtable<java.lang.Byte,ConstantPool.TAG> |
ConstantPool.taghash |
Modifier and Type | Method and Description |
---|---|
static ConstantPool.TAG |
ConstantPool.TAG.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConstantPool.TAG[] |
ConstantPool.TAG.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ConstantPool.getPrintedTAG(ConstantPool.TAG tag) |
Constructor and Description |
---|
Constant(ConstantPool.TAG tagval) |
CP_Double(ConstantPool.TAG tagval,
double fltvl) |
CP_Float(ConstantPool.TAG tagval,
float fltvl) |
CP_Int(ConstantPool.TAG tagval,
int intval) |
CP_Long(ConstantPool.TAG tagval,
long intval) |
CP_Str(ConstantPool.TAG tagval,
java.lang.String str) |
CPX(ConstantPool.TAG tagval,
int cpx) |
CPX2(ConstantPool.TAG tagval,
int cpx1,
int cpx2) |