Uses of Interface
com.android.dx.cf.iface.AttributeList

Packages that use AttributeList
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. 
 

Uses of AttributeList in com.android.dx.cf.attrib
 

Methods in com.android.dx.cf.attrib that return AttributeList
 AttributeList AttCode.getAttributes()
          Gets the associated attribute list.
 

Constructors in com.android.dx.cf.attrib with parameters of type AttributeList
AttCode(int maxStack, int maxLocals, BytecodeArray code, ByteCatchList catches, AttributeList attributes)
          Constructs an instance.
 

Uses of AttributeList in com.android.dx.cf.code
 

Methods in com.android.dx.cf.code that return AttributeList
 AttributeList ConcreteMethod.getAttributes()
          Get the field attributes (along with attributes_count).
 

Uses of AttributeList in com.android.dx.cf.direct
 

Methods in com.android.dx.cf.direct that return AttributeList
 AttributeList DirectClassFile.getAttributes()
          Gets the field attributes (along with attributes_count).
 

Uses of AttributeList in com.android.dx.cf.iface
 

Classes in com.android.dx.cf.iface that implement AttributeList
 class StdAttributeList
          Standard implementation of AttributeList, which directly stores an array of Attribute objects and can be made immutable.
 

Methods in com.android.dx.cf.iface that return AttributeList
 AttributeList StdMember.getAttributes()
          Get the field attributes (along with attributes_count).
 AttributeList ClassFile.getAttributes()
          Gets the field attributes (along with attributes_count).
 AttributeList Member.getAttributes()
          Get the field attributes (along with attributes_count).
 

Constructors in com.android.dx.cf.iface with parameters of type AttributeList
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 © 2015. All rights reserved.