| Package | Description |
|---|---|
| com.android.dx.dex.code | |
| com.android.dx.rop.cst |
Interfaces and implementation of things related to the constant pool.
|
| Modifier and Type | Method and Description |
|---|---|
protected static java.lang.String |
InsnFormat.literalBitsComment(CstLiteralBits value,
int width)
Helper method to return a literal bits comment string.
|
protected static java.lang.String |
InsnFormat.literalBitsString(CstLiteralBits value)
Helper method to return a literal bits argument string.
|
| Modifier and Type | Class and Description |
|---|---|
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 |
CstFloat
Constants of type
CONSTANT_Float_info. |
class |
CstInteger
Constants of type
CONSTANT_Integer_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 |
CstLong
Constants of type
CONSTANT_Long_info. |
class |
CstShort
Constants of type
short. |
Copyright © 2020. All Rights Reserved.