public class BootstrapMethodInfo extends SimpleProcessable
Modifier and Type | Field and Description |
---|---|
static int |
FLAG_BRIDGES |
static int |
FLAG_MARKERS |
static int |
FLAG_SERIALIZABLE |
int |
u2methodArgumentCount |
int[] |
u2methodArguments |
int |
u2methodHandleIndex |
processingFlags, processingInfo
Constructor and Description |
---|
BootstrapMethodInfo()
Creates an uninitialized BootstrapMethodInfo.
|
BootstrapMethodInfo(int u2methodHandleIndex,
int u2methodArgumentCount,
int[] u2methodArguments)
Creates an initialized BootstrapMethodInfo.
|
Modifier and Type | Method and Description |
---|---|
void |
methodArgumentsAccept(Clazz clazz,
ConstantVisitor constantVisitor)
Applies the given constant pool visitor to the argument constants of the bootstrap method.
|
void |
methodHandleAccept(Clazz clazz,
ConstantVisitor constantVisitor)
Applies the given constant pool visitor to the method handle of the bootstrap method.
|
addProcessingFlags, getProcessingFlags, getProcessingInfo, hasProcessingFlags, removeProcessingFlags, setProcessingFlags, setProcessingInfo
public static final int FLAG_BRIDGES
public static final int FLAG_MARKERS
public static final int FLAG_SERIALIZABLE
public int u2methodHandleIndex
public int u2methodArgumentCount
public int[] u2methodArguments
public BootstrapMethodInfo()
public BootstrapMethodInfo(int u2methodHandleIndex, int u2methodArgumentCount, int[] u2methodArguments)
public void methodHandleAccept(Clazz clazz, ConstantVisitor constantVisitor)
public void methodArgumentsAccept(Clazz clazz, ConstantVisitor constantVisitor)