| Package | Description |
|---|---|
| org.openjdk.asmtools.jasm |
| Modifier and Type | Class and Description |
|---|---|
static class |
ConstantPool.ConstValue_Cell
ConstValue
A (typed) tagged value in the constant pool.
|
static class |
ConstantPool.ConstValue_CondyPair
ConstValue
A (typed) tagged value in the constant pool.
|
static class |
ConstantPool.ConstValue_IndyOrCondyPair |
static class |
ConstantPool.ConstValue_IndyPair
ConstValue
A (typed) tagged value in the constant pool.
|
static class |
ConstantPool.ConstValue_Integer
ConstValue
A (typed) tagged value in the constant pool.
|
static class |
ConstantPool.ConstValue_Long
ConstValue
A (typed) tagged value in the constant pool.
|
static class |
ConstantPool.ConstValue_Pair
ConstValue
A (typed) tagged value in the constant pool.
|
static class |
ConstantPool.ConstValue_String
ConstValue
A (typed) tagged value in the constant pool.
|
static class |
ConstantPool.ConstValue_Zero
ConstValue
A (typed) tagged value in the constant pool.
|
| Modifier and Type | Field and Description |
|---|---|
private ConstantPool.ConstValue |
ConstantPool.ConstValue0 |
(package private) ConstantPool.ConstValue |
ConstantPool.ConstCell.ref |
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.Hashtable<ConstantPool.ConstValue,ConstantPool.ConstCell> |
ConstantPool.cpoolHashByValue |
| Modifier and Type | Method and Description |
|---|---|
ConstantPool.ConstCell |
ConstantPool.FindCell(ConstantPool.ConstValue ref) |
ConstantPool.ConstCell |
ClassData.LocalFieldRef(ConstantPool.ConstValue nape) |
ConstantPool.ConstCell |
ClassData.LocalMethodRef(ConstantPool.ConstValue nape) |
R |
ConstantPool.CPVisitor.visit(ConstantPool.ConstValue val) |
| Constructor and Description |
|---|
ConstCell(ConstantPool.ConstValue ref) |
ConstCell(int arg,
ConstantPool.ConstValue ref) |