| Package | Description |
|---|---|
| com.ibm.wala.shrikeBT | |
| com.ibm.wala.shrikeBT.shrikeCT | |
| com.ibm.wala.shrikeCT |
| Modifier and Type | Field and Description |
|---|---|
protected BootstrapMethodsReader.BootstrapMethod |
InvokeDynamicInstruction.bootstrap |
| Modifier and Type | Method and Description |
|---|---|
BootstrapMethodsReader.BootstrapMethod |
InvokeDynamicInstruction.getBootstrap() |
abstract BootstrapMethodsReader.BootstrapMethod |
ConstantPoolReader.getConstantPoolDynamicBootstrap(int index) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract int |
Compiler.allocateConstantPoolInvokeDynamic(BootstrapMethodsReader.BootstrapMethod b,
String name,
String type) |
| Constructor and Description |
|---|
InvokeDynamicInstruction(short opcode,
BootstrapMethodsReader.BootstrapMethod bootstrap,
String methodName,
String methodType) |
InvokeDynamicToken(BootstrapMethodsReader.BootstrapMethod bootstrapMethod,
String name,
String type) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
CTCompiler.allocateConstantPoolInvokeDynamic(BootstrapMethodsReader.BootstrapMethod b,
String name,
String type) |
| Modifier and Type | Method and Description |
|---|---|
BootstrapMethodsReader.BootstrapMethod |
ConstantPoolParser.getCPDynBootstrap(int i) |
BootstrapMethodsReader.BootstrapMethod |
BootstrapMethodsReader.getEntry(int i) |
| Modifier and Type | Method and Description |
|---|---|
int |
ClassWriter.addCPInvokeDynamic(BootstrapMethodsReader.BootstrapMethod b,
String n,
String t)
Add an InvokeDynamic to the constant pool if necessary.
|
Copyright © 2019. All rights reserved.