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 | Method and Description |
---|---|
protected ConstantPool.ConstValue |
ParserCP.parseConstValue(Tables.ConstType tag)
Parse CONSTVALUE
|
protected ConstantPool.ConstValue |
ParserCP.parseTagConstValue(Tables.ConstType defaultTag)
Parse [TAG] CONSTVALUE
|
protected ConstantPool.ConstValue |
ParserCP.parseTagConstValue(Tables.ConstType defaultTag,
Tables.ConstType default2Tag,
boolean ignoreKeywords) |
Modifier and Type | Method and Description |
---|---|
ConstantPool.ConstCell |
ConstantPool.FindCell(ConstantPool.ConstValue ref) |
R |
ConstantPool.CPVisitor.visit(ConstantPool.ConstValue val) |
Copyright © 2021. All Rights Reserved.