|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CstNat | |
|---|---|
| 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.iface | Interfaces and base classes for dealing with class files. |
| com.android.dx.dex.file | |
| com.android.dx.rop.cst | Interfaces and implementation of things related to the constant pool. |
| Uses of CstNat in com.android.dx.cf.attrib |
|---|
| Methods in com.android.dx.cf.attrib that return CstNat | |
|---|---|
CstNat |
AttEnclosingMethod.getMethod()
Gets the name-and-type of the innermost enclosing method, if any. |
| Constructors in com.android.dx.cf.attrib with parameters of type CstNat | |
|---|---|
AttEnclosingMethod(CstType type,
CstNat method)
Constructs an instance. |
|
| Uses of CstNat in com.android.dx.cf.code |
|---|
| Methods in com.android.dx.cf.code that return CstNat | |
|---|---|
CstNat |
ConcreteMethod.getNat()
Get the name and type associated with this member. |
| Uses of CstNat in com.android.dx.cf.iface |
|---|
| Methods in com.android.dx.cf.iface that return CstNat | |
|---|---|
CstNat |
StdMember.getNat()
Get the name and type associated with this member. |
CstNat |
Member.getNat()
Get the name and type associated with this member. |
| Constructors in com.android.dx.cf.iface with parameters of type CstNat | |
|---|---|
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. |
|
| Uses of CstNat in com.android.dx.dex.file |
|---|
| Methods in com.android.dx.dex.file with parameters of type CstNat | |
|---|---|
void |
StringIdsSection.intern(CstNat nat)
Interns the components of a name-and-type into this instance. |
| Uses of CstNat in com.android.dx.rop.cst |
|---|
| Fields in com.android.dx.rop.cst declared as CstNat | |
|---|---|
static CstNat |
CstNat.PRIMITIVE_TYPE_NAT
non-null; the instance for name TYPE and descriptor
java.lang.Class, which is useful when dealing with
wrapped primitives |
| Methods in com.android.dx.rop.cst that return CstNat | |
|---|---|
CstNat |
CstMemberRef.getNat()
Gets the defining name-and-type. |
| Constructors in com.android.dx.rop.cst with parameters of type CstNat | |
|---|---|
CstEnumRef(CstNat nat)
Constructs an instance. |
|
CstFieldRef(CstType definingClass,
CstNat nat)
Constructs an instance. |
|
CstInterfaceMethodRef(CstType definingClass,
CstNat nat)
Constructs an instance. |
|
CstMethodRef(CstType definingClass,
CstNat nat)
Constructs an instance. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||