| Package | Description |
|---|---|
| com.android.dx.dex.file | |
| com.android.dx.rop.cst |
| Modifier and Type | Method and Description |
|---|---|
void |
StringIdsSection.intern(CstNat nat)
Interns the components of a name-and-type into this instance.
|
| Modifier and Type | Field and Description |
|---|---|
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 |
| Modifier and Type | Method and Description |
|---|---|
CstNat |
CstMemberRef.getNat()
Gets the defining name-and-type.
|
| Constructor and Description |
|---|
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.
|
Copyright © 2014. All Rights Reserved.