|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CstFieldRef | |
|---|---|
| com.android.dx.dex.file | |
| com.android.dx.rop.cst | Interfaces and implementation of things related to the constant pool. |
| Uses of CstFieldRef in com.android.dx.dex.file |
|---|
| Methods in com.android.dx.dex.file that return CstFieldRef | |
|---|---|
CstFieldRef |
FieldAnnotationStruct.getField()
Gets the field this item is for. |
CstFieldRef |
FieldIdItem.getFieldRef()
Gets the field constant. |
CstFieldRef |
EncodedField.getRef()
Gets the constant for the field. |
| Methods in com.android.dx.dex.file with parameters of type CstFieldRef | |
|---|---|
void |
AnnotationsDirectoryItem.addFieldAnnotations(CstFieldRef field,
Annotations annotations,
DexFile dexFile)
Adds a field annotations item to this instance. |
void |
ClassDefItem.addFieldAnnotations(CstFieldRef field,
Annotations annotations,
DexFile dexFile)
Adds a field annotations item to this class. |
int |
FieldIdsSection.indexOf(CstFieldRef ref)
Gets the index of the given reference, which must have been added to this instance. |
FieldIdItem |
FieldIdsSection.intern(CstFieldRef field)
Interns an element into this instance. |
| Constructors in com.android.dx.dex.file with parameters of type CstFieldRef | |
|---|---|
EncodedField(CstFieldRef field,
int accessFlags)
Constructs an instance. |
|
FieldAnnotationStruct(CstFieldRef field,
AnnotationSetItem annotations)
Constructs an instance. |
|
FieldIdItem(CstFieldRef field)
Constructs an instance. |
|
| Uses of CstFieldRef in com.android.dx.rop.cst |
|---|
| Methods in com.android.dx.rop.cst that return CstFieldRef | |
|---|---|
static CstFieldRef |
CstFieldRef.forPrimitiveType(Type primitiveType)
Returns an instance of this class that represents the static field which should hold the class corresponding to a given primitive type. |
CstFieldRef |
CstEnumRef.getFieldRef()
Get a CstFieldRef that corresponds with this instance. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||