| Package | Description |
|---|---|
| xapi.bytecode | |
| xapi.bytecode.annotation | |
| xapi.bytecode.attributes |
| Modifier and Type | Method and Description |
|---|---|
AttributeInfo |
MemberInfo.getAttribute(String name)
Returns the attribute with the specified name.
|
AttributeInfo |
FieldInfo.getAttribute(String name)
Returns the attribute with the specified name.
|
AttributeInfo |
ClassFile.getAttribute(String name)
Returns the attribute with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
List<AttributeInfo> |
MemberInfo.getAttributes()
Returns all the attributes.
|
List<AttributeInfo> |
FieldInfo.getAttributes()
Returns all the attributes.
|
List<AttributeInfo> |
ClassFile.getAttributes()
Returns all the attributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MethodInfo.addAttribute(AttributeInfo info)
Appends an attribute.
|
void |
FieldInfo.addAttribute(AttributeInfo info)
Appends an attribute.
|
void |
ClassFile.addAttribute(AttributeInfo info)
Appends an attribute.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationDefaultAttribute |
class |
AnnotationsAttribute |
| Modifier and Type | Method and Description |
|---|---|
AttributeInfo |
AnnotationsAttribute.copy(ConstPool newCp,
Map<?,?> classnames)
Copies this attribute and returns a new copy.
|
AttributeInfo |
AnnotationDefaultAttribute.copy(ConstPool newCp,
Map<?,?> classnames)
Copies this attribute and returns a new copy.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CodeAttribute |
class |
ConstantAttribute |
class |
ExceptionsAttribute |
class |
InnerClassesAttribute |
class |
LineNumberAttribute |
class |
LocalVariableAttribute |
class |
ParameterAnnotationsAttribute |
class |
SignatureAttribute |
class |
SourceFileAttribute |
class |
StackMap |
class |
StackMapTable |
| Modifier and Type | Method and Description |
|---|---|
AttributeInfo |
StackMapTable.copy(ConstPool newCp,
Map<?,?> classnames)
Makes a copy.
|
AttributeInfo |
StackMap.copy(ConstPool newCp,
Map<?,?> classnames)
Makes a copy.
|
AttributeInfo |
SourceFileAttribute.copy(ConstPool newCp,
Map<?,?> classnames)
Makes a copy.
|
AttributeInfo |
SignatureAttribute.copy(ConstPool newCp,
Map<?,?> classnames)
Makes a copy.
|
AttributeInfo |
ParameterAnnotationsAttribute.copy(ConstPool newCp,
Map<?,?> classnames)
Copies this attribute and returns a new copy.
|
AttributeInfo |
LocalVariableAttribute.copy(ConstPool newCp,
Map<?,?> classnames)
Makes a copy.
|
AttributeInfo |
LineNumberAttribute.copy(ConstPool newCp,
Map<?,?> classnames)
Makes a copy.
|
AttributeInfo |
InnerClassesAttribute.copy(ConstPool newCp,
Map<?,?> classnames)
Makes a copy.
|
AttributeInfo |
ExceptionsAttribute.copy(ConstPool newCp,
Map<?,?> classnames)
Makes a copy.
|
AttributeInfo |
ConstantAttribute.copy(ConstPool newCp,
Map<?,?> classnames)
Makes a copy.
|
AttributeInfo |
CodeAttribute.copy(ConstPool newCp,
Map<?,?> classnames)
Makes a copy.
|
AttributeInfo |
AttributeInfo.copy(ConstPool newCp,
Map<?,?> classnames)
Makes a copy.
|
AttributeInfo |
CodeAttribute.getAttribute(String name)
Returns the attribute with the specified name.
|
static AttributeInfo |
AttributeInfo.lookup(ArrayList<?> list,
String name) |
static AttributeInfo |
AttributeInfo.read(ConstPool cp,
DataInput in) |
| Modifier and Type | Method and Description |
|---|---|
static ArrayList<AttributeInfo> |
AttributeInfo.copyAll(ArrayList<?> list,
ConstPool cp) |
List<AttributeInfo> |
CodeAttribute.getAttributes()
Returns
attributes[]. |
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.