| Package | Description |
|---|---|
| com.android.dx.rop.cst |
Interfaces and implementation of things related to the constant pool.
|
| Modifier and Type | Field and Description |
|---|---|
static CstShort |
CstShort.VALUE_0
non-null; the value 0 as an instance of this class |
| Modifier and Type | Method and Description |
|---|---|
static CstShort |
CstShort.make(int value)
Makes an instance for the given
int value. |
static CstShort |
CstShort.make(short value)
Makes an instance for the given value.
|
Copyright © 2020. All Rights Reserved.