| Package | Description |
|---|---|
| org.openjdk.asmtools.jasm |
| Modifier and Type | Field and Description |
|---|---|
(package private) BootstrapMethodData |
ConstantPool.ConstValue_IndyOrCondyPair.bsmData |
| Modifier and Type | Field and Description |
|---|---|
(package private) DataVectorAttr<BootstrapMethodData> |
ClassData.bootstrapMethodsAttr |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassData.addBootstrapMethod(BootstrapMethodData bsmData) |
| Modifier and Type | Method and Description |
|---|---|
private <E extends ConstantPool.ConstValue_IndyOrCondyPair> |
ParserCP.ParserCPVisitor.visitBsm(java.util.function.BiFunction<BootstrapMethodData,ConstantPool.ConstCell,E> ctor) |
| Constructor and Description |
|---|
ConstValue_CondyPair(BootstrapMethodData bsmdata,
ConstantPool.ConstCell napeCell) |
ConstValue_IndyOrCondyPair(Tables.ConstType tag,
BootstrapMethodData bsmdata,
ConstantPool.ConstCell napeCell) |
ConstValue_IndyPair(BootstrapMethodData bsmdata,
ConstantPool.ConstCell napeCell) |