Package | Description |
---|---|
org.openjdk.asmtools.jasm | |
org.openjdk.asmtools.jdis |
Modifier and Type | Field and Description |
---|---|
private static java.util.HashMap<java.lang.Character,Tables.AnnotElemType> |
Tables.AnnotElemTypes |
private static java.util.HashMap<java.lang.String,Tables.AnnotElemType> |
Tables.NameToAnnotElemType |
Modifier and Type | Method and Description |
---|---|
static Tables.AnnotElemType |
Tables.annotElemType(char subtag) |
static Tables.AnnotElemType |
Tables.annotElemType(java.lang.String idValue) |
static Tables.AnnotElemType |
Tables.AnnotElemType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Tables.AnnotElemType[] |
Tables.AnnotElemType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private static void |
Tables.registerAnnotElemType(Tables.AnnotElemType typ) |
Modifier and Type | Field and Description |
---|---|
Tables.AnnotElemType |
AnnotationElement.AnnotValue.tag
tag the descriptor for the constant
|
Constructor and Description |
---|
Annot_AnnotValue(Tables.AnnotElemType tagval,
ClassData cls,
AnnotationData annot) |
AnnotValue(Tables.AnnotElemType tagval,
ClassData cls) |
Array_AnnotValue(Tables.AnnotElemType tagval,
ClassData cls) |
CPX_AnnotValue(Tables.AnnotElemType tag,
ClassData cls,
int cpx) |
CPX2_AnnotValue(Tables.AnnotElemType tag,
ClassData cls,
int cpx1,
int cpx2) |