| Package | Description |
|---|---|
| com.android.dx.dex.code | |
| com.android.dx.dex.file | |
| com.android.dx.rop.annotation | |
| com.android.dx.rop.code | |
| com.android.dx.rop.cst |
| Modifier and Type | Method and Description |
|---|---|
CstString |
LocalList.Entry.getName()
Gets the variable name.
|
CstString |
LocalList.Entry.getSignature()
Gets the variable signature.
|
| Modifier and Type | Method and Description |
|---|---|
CstString |
EncodedMethod.getName()
Gets the name.
|
abstract CstString |
EncodedMember.getName()
Gets the name.
|
CstString |
EncodedField.getName()
Gets the name.
|
CstString |
ClassDefItem.getSourceFile()
Gets the source file name.
|
CstString |
StringIdItem.getValue()
Gets the string value.
|
| Modifier and Type | Method and Description |
|---|---|
int |
StringIdsSection.indexOf(CstString string)
Gets the index of the given string, which must have been added
to this instance.
|
StringIdItem |
StringIdsSection.intern(CstString string)
Interns an element into this instance.
|
static Annotation |
AnnotationUtils.makeInnerClass(CstString name,
int accessFlags)
Constructs a standard
InnerClass annotation. |
static Annotation |
AnnotationUtils.makeSignature(CstString signature)
Constructs a standard
Signature annotation. |
| Constructor and Description |
|---|
ClassDefItem(CstType thisClass,
int accessFlags,
CstType superclass,
TypeList interfaces,
CstString sourceFile)
Constructs an instance.
|
StringDataItem(CstString value)
Constructs an instance.
|
StringIdItem(CstString value)
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
CstString |
NameValuePair.getName()
Gets the name.
|
| Constructor and Description |
|---|
NameValuePair(CstString name,
Constant value)
Construct an instance.
|
| Modifier and Type | Method and Description |
|---|---|
CstString |
LocalItem.getName()
Gets name.
|
CstString |
LocalItem.getSignature()
Gets signature.
|
CstString |
SourcePosition.getSourceFile()
Gets the source file, if known.
|
| Modifier and Type | Method and Description |
|---|---|
static LocalItem |
LocalItem.make(CstString name,
CstString signature)
Make a new item.
|
| Constructor and Description |
|---|
SourcePosition(CstString sourceFile,
int address,
int line)
Constructs an instance.
|
| Modifier and Type | Field and Description |
|---|---|
static CstString |
CstString.EMPTY_STRING
non-null; instance representing "", that is, the
empty string |
| Modifier and Type | Method and Description |
|---|---|
CstString |
CstType.getDescriptor()
Gets the type descriptor for this instance.
|
CstString |
CstNat.getDescriptor()
Gets the descriptor.
|
CstString |
CstNat.getName()
Gets the name.
|
| Constructor and Description |
|---|
CstNat(CstString name,
CstString descriptor)
Constructs an instance.
|
Copyright © 2014. All Rights Reserved.