| Package | Description |
|---|---|
| com.android.dx.rop.cst |
Interfaces and implementation of things related to the constant pool.
|
| Modifier and Type | Field and Description |
|---|---|
static CstBoolean |
CstBoolean.VALUE_FALSE
non-null; instance representing false |
static CstBoolean |
CstBoolean.VALUE_TRUE
non-null; instance representing true |
| Modifier and Type | Method and Description |
|---|---|
static CstBoolean |
CstBoolean.make(boolean value)
Makes an instance for the given value.
|
static CstBoolean |
CstBoolean.make(int value)
Makes an instance for the given
int value. |
Copyright © 2020. All Rights Reserved.