| Package | Description |
|---|---|
| com.android.dx.cf.attrib |
Implementation of containers and utilities for all the standard Java
attribute types.
|
| com.android.dx.cf.code |
Implementation of classes having to do with Java simulation, such as
is needed for verification or stack-to-register conversion.
|
| com.android.dx.cf.direct |
Implementation of
cf.iface.* based on a direct representation
of class files as byte[]s. |
| com.android.dx.cf.iface |
Interfaces and base classes for dealing with class files.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeList |
AttCode.getAttributes()
Gets the associated attribute list.
|
| Constructor and Description |
|---|
AttCode(int maxStack,
int maxLocals,
BytecodeArray code,
ByteCatchList catches,
AttributeList attributes)
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
AttributeList |
ConcreteMethod.getAttributes()
Get the field
attributes (along with
attributes_count). |
| Modifier and Type | Method and Description |
|---|---|
AttributeList |
DirectClassFile.getAttributes()
Gets the field
attributes (along with
attributes_count). |
| Modifier and Type | Class and Description |
|---|---|
class |
StdAttributeList
Standard implementation of
AttributeList, which directly stores
an array of Attribute objects and can be made immutable. |
| Modifier and Type | Method and Description |
|---|---|
AttributeList |
StdMember.getAttributes()
Get the field
attributes (along with
attributes_count). |
AttributeList |
HasAttribute.getAttributes()
Get the element
attributes (along with
attributes_count). |
AttributeList |
Member.getAttributes()
Get the field
attributes (along with
attributes_count). |
AttributeList |
ClassFile.getAttributes()
Gets the field
attributes (along with
attributes_count). |
| Constructor and Description |
|---|
StdField(CstType definingClass,
int accessFlags,
CstNat nat,
AttributeList attributes)
Constructs an instance.
|
StdMember(CstType definingClass,
int accessFlags,
CstNat nat,
AttributeList attributes)
Constructs an instance.
|
StdMethod(CstType definingClass,
int accessFlags,
CstNat nat,
AttributeList attributes)
Constructs an instance.
|
Copyright © 2020. All Rights Reserved.