Package | Description |
---|---|
org.apache.commons.compress.harmony.unpack200 | |
org.apache.commons.compress.harmony.unpack200.bytecode |
Modifier and Type | Field and Description |
---|---|
CPUTF8[] |
MetadataBandGroup.casec_RS |
CPUTF8[] |
MetadataBandGroup.cases_RU |
CPUTF8[] |
MetadataBandGroup.name_RU |
CPUTF8[] |
MetadataBandGroup.nestname_RU |
CPUTF8[] |
MetadataBandGroup.nesttype_RS |
CPUTF8[][] |
MetadataBandGroup.type_RS |
Modifier and Type | Method and Description |
---|---|
CPUTF8 |
CpBands.cpSignatureValue(int index) |
CPUTF8 |
CpBands.cpUTF8Value(int index) |
CPUTF8 |
CpBands.cpUTF8Value(java.lang.String string) |
CPUTF8 |
CpBands.cpUTF8Value(java.lang.String string,
boolean searchForIndex) |
CPUTF8[] |
BandSet.parseCPSignatureReferences(java.lang.String name,
java.io.InputStream in,
BHSDCodec codec,
int count) |
protected CPUTF8[][] |
BandSet.parseCPSignatureReferences(java.lang.String name,
java.io.InputStream in,
BHSDCodec codec,
int[] counts) |
CPUTF8[] |
BandSet.parseCPUTF8References(java.lang.String name,
java.io.InputStream in,
BHSDCodec codec,
int count) |
CPUTF8[][] |
BandSet.parseCPUTF8References(java.lang.String name,
java.io.InputStream in,
BHSDCodec codec,
int[] counts) |
Modifier and Type | Method and Description |
---|---|
static void |
MetadataBandGroup.setRiaAttributeName(CPUTF8 cpUTF8Value) |
static void |
MetadataBandGroup.setRipaAttributeName(CPUTF8 cpUTF8Value) |
static void |
MetadataBandGroup.setRvaAttributeName(CPUTF8 cpUTF8Value) |
static void |
MetadataBandGroup.setRvpaAttributeName(CPUTF8 cpUTF8Value) |
Modifier and Type | Field and Description |
---|---|
protected CPUTF8 |
Attribute.attributeName |
protected CPUTF8 |
CPMember.descriptor |
Modifier and Type | Method and Description |
---|---|
protected CPUTF8 |
Attribute.getAttributeName() |
Modifier and Type | Method and Description |
---|---|
void |
InnerClassesAttribute.addInnerClassesEntry(CPClass innerClass,
CPClass outerClass,
CPUTF8 innerName,
int flags) |
static void |
ConstantValueAttribute.setAttributeName(CPUTF8 cpUTF8Value) |
static void |
InnerClassesAttribute.setAttributeName(CPUTF8 cpUTF8Value) |
static void |
SignatureAttribute.setAttributeName(CPUTF8 cpUTF8Value) |
static void |
ExceptionsAttribute.setAttributeName(CPUTF8 cpUTF8Value) |
static void |
EnclosingMethodAttribute.setAttributeName(CPUTF8 cpUTF8Value) |
static void |
LocalVariableTableAttribute.setAttributeName(CPUTF8 cpUTF8Value) |
static void |
LineNumberTableAttribute.setAttributeName(CPUTF8 cpUTF8Value) |
static void |
AnnotationDefaultAttribute.setAttributeName(CPUTF8 cpUTF8Value) |
static void |
CodeAttribute.setAttributeName(CPUTF8 attributeName) |
static void |
LocalVariableTypeTableAttribute.setAttributeName(CPUTF8 cpUTF8Value) |
static void |
DeprecatedAttribute.setAttributeName(CPUTF8 cpUTF8Value) |
static void |
SourceFileAttribute.setAttributeName(CPUTF8 cpUTF8Value) |
Constructor and Description |
---|
Annotation(int num_pairs,
CPUTF8 type,
CPUTF8[] element_names,
AnnotationsAttribute.ElementValue[] element_values) |
Annotation(int num_pairs,
CPUTF8 type,
CPUTF8[] element_names,
AnnotationsAttribute.ElementValue[] element_values) |
AnnotationsAttribute(CPUTF8 attributeName) |
Attribute(CPUTF8 attributeName) |
BCIRenumberedAttribute(CPUTF8 attributeName) |
CPClass(CPUTF8 name,
int globalIndex)
Creates a new CPClass
|
CPField(CPUTF8 name,
CPUTF8 descriptor,
long flags,
java.util.List attributes) |
CPMember(CPUTF8 name,
CPUTF8 descriptor,
long flags,
java.util.List attributes)
Create a new CPMember
|
CPMethod(CPUTF8 name,
CPUTF8 descriptor,
long flags,
java.util.List attributes) |
CPNameAndType(CPUTF8 name,
CPUTF8 descriptor,
int globalIndex)
Create a new CPNameAndType
|
CPString(CPUTF8 value,
int globalIndex) |
LocalVariableTableAttribute(int local_variable_table_length,
int[] start_pcs,
int[] lengths,
CPUTF8[] names,
CPUTF8[] descriptors,
int[] indexes) |
LocalVariableTableAttribute(int local_variable_table_length,
int[] start_pcs,
int[] lengths,
CPUTF8[] names,
CPUTF8[] descriptors,
int[] indexes) |
LocalVariableTypeTableAttribute(int local_variable_type_table_length,
int[] start_pcs,
int[] lengths,
CPUTF8[] names,
CPUTF8[] signatures,
int[] indexes) |
LocalVariableTypeTableAttribute(int local_variable_type_table_length,
int[] start_pcs,
int[] lengths,
CPUTF8[] names,
CPUTF8[] signatures,
int[] indexes) |
NewAttribute(CPUTF8 attributeName,
int layoutIndex) |
RuntimeVisibleorInvisibleAnnotationsAttribute(CPUTF8 name,
AnnotationsAttribute.Annotation[] annotations) |
RuntimeVisibleorInvisibleParameterAnnotationsAttribute(CPUTF8 name,
RuntimeVisibleorInvisibleParameterAnnotationsAttribute.ParameterAnnotation[] parameter_annotations) |
SignatureAttribute(CPUTF8 value) |
SourceFileAttribute(CPUTF8 name) |