| Package | Description |
|---|---|
| com.android.dx.rop.cst |
Interfaces and implementation of things related to the constant pool.
|
| Modifier and Type | Field and Description |
|---|---|
static CstInteger |
CstInteger.VALUE_0
non-null; instance representing 0 |
static CstInteger |
CstInteger.VALUE_1
non-null; instance representing 1 |
static CstInteger |
CstInteger.VALUE_2
non-null; instance representing 2 |
static CstInteger |
CstInteger.VALUE_3
non-null; instance representing 3 |
static CstInteger |
CstInteger.VALUE_4
non-null; instance representing 4 |
static CstInteger |
CstInteger.VALUE_5
non-null; instance representing 5 |
static CstInteger |
CstInteger.VALUE_M1
non-null; instance representing -1 |
| Modifier and Type | Method and Description |
|---|---|
static CstInteger |
CstInteger.make(int value)
Makes an instance for the given value.
|
Copyright © 2020. All Rights Reserved.