| Package | Description |
|---|---|
| xapi.bytecode |
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationDefaultAttribute |
class |
AnnotationsAttribute |
class |
ConstantAttribute |
class |
InnerClassesAttribute |
class |
ParameterAnnotationsAttribute |
class |
SignatureAttribute |
| 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.
|
AttributeInfo |
ParameterAnnotationsAttribute.copy(ConstPool newCp,
Map<?,?> classnames)
Copies this attribute and returns a new copy.
|
AttributeInfo |
InnerClassesAttribute.copy(ConstPool newCp,
Map<?,?> classnames)
Makes a copy.
|
AttributeInfo |
SignatureAttribute.copy(ConstPool newCp,
Map<?,?> classnames)
Makes a copy.
|
AttributeInfo |
ConstantAttribute.copy(ConstPool newCp,
Map<?,?> classnames)
Makes a copy.
|
AttributeInfo |
AttributeInfo.copy(ConstPool newCp,
Map<?,?> classnames)
Makes a copy.
|
AttributeInfo |
MethodInfo.getAttribute(String name)
Returns the attribute with the specified name.
|
protected AttributeInfo |
ClassFile.getAttribute(String name)
Returns the attribute with the specified name.
|
AttributeInfo |
FieldInfo.getAttribute(String name)
Returns the attribute with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
List<AttributeInfo> |
MethodInfo.getAttributes()
Returns all the attributes.
|
List<AttributeInfo> |
ClassFile.getAttributes()
Returns all the attributes.
|
List<AttributeInfo> |
FieldInfo.getAttributes()
Returns all the attributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MethodInfo.addAttribute(AttributeInfo info)
Appends an attribute.
|
void |
ClassFile.addAttribute(AttributeInfo info)
Appends an attribute.
|
void |
FieldInfo.addAttribute(AttributeInfo info)
Appends an attribute.
|
Copyright © 2012-2013 The Internet Party. All Rights Reserved.