| Package | Description |
|---|---|
| com.android.dx.cf.attrib |
Implementation of containers and utilities for all the standard Java
attribute types.
|
| com.android.dx.cf.iface |
Interfaces and base classes for dealing with class files.
|
| com.android.dx.rop.cst |
Interfaces and implementation of things related to the constant pool.
|
| Modifier and Type | Method and Description |
|---|---|
TypedConstant |
AttConstantValue.getConstantValue()
Gets the constant value of this instance.
|
| Constructor and Description |
|---|
AttConstantValue(TypedConstant constantValue)
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
TypedConstant |
StdField.getConstantValue()
Get the constant value for this field, if any.
|
TypedConstant |
Field.getConstantValue()
Get the constant value for this field, if any.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CstBaseMethodRef
Base class for constants of "methodish" type.
|
class |
CstBoolean
Constants of type
boolean. |
class |
CstByte
Constants of type
byte. |
class |
CstChar
Constants of type
char. |
class |
CstDouble
Constants of type
CONSTANT_Double_info. |
class |
CstEnumRef
Constant type to represent a reference to a particular constant
value of an enumerated type.
|
class |
CstFieldRef
Constants of type
CONSTANT_Fieldref_info. |
class |
CstFloat
Constants of type
CONSTANT_Float_info. |
class |
CstInteger
Constants of type
CONSTANT_Integer_info. |
class |
CstInterfaceMethodRef
Constants of type
CONSTANT_InterfaceMethodref_info. |
class |
CstKnownNull
Constant type to represent a known-
null value. |
class |
CstLiteral32
Constants which are literal 32-bit values of some sort.
|
class |
CstLiteral64
Constants which are literal 64-bit values of some sort.
|
class |
CstLiteralBits
Constants which are literal bitwise values of some sort.
|
class |
CstLong
Constants of type
CONSTANT_Long_info. |
class |
CstMemberRef
Constants of type
CONSTANT_*ref_info. |
class |
CstMethodHandle
Constants of type
MethodHandle. |
class |
CstMethodRef
Constants of type
CONSTANT_Methodref_info. |
class |
CstProtoRef
Prototype reference.
|
class |
CstShort
Constants of type
short. |
class |
CstString
Constants of type
CONSTANT_Utf8_info or CONSTANT_String_info. |
class |
CstType
Constants that represent an arbitrary type (reference or primitive).
|
Copyright © 2020. All Rights Reserved.