Package | Description |
---|---|
org.benf.cfr.reader.bytecode.analysis.opgraph | |
org.benf.cfr.reader.entities.attributes |
Modifier and Type | Method and Description |
---|---|
private java.util.List<Expression> |
Op02WithProcessedDataAndRefs.buildInvokeBootstrapArgs(MethodPrototype prototype,
MethodPrototype dynamicPrototype,
MethodHandleBehaviour bootstrapBehaviour,
BootstrapMethodInfo bootstrapMethodInfo,
ConstantPoolEntryMethodRef methodRef,
boolean showBoilerArgs,
ClassFile classFile,
DCCommonState state,
DecompilerComments comments) |
private java.util.List<Expression> |
Op02WithProcessedDataAndRefs.buildInvokeDynamicAltMetaFactoryArgs(MethodPrototype prototype,
MethodPrototype dynamicPrototype,
MethodHandleBehaviour bootstrapBehaviour,
BootstrapMethodInfo bootstrapMethodInfo,
ConstantPoolEntryMethodRef methodRef,
java.util.List<JavaTypeInstance> markerTypes) |
private java.util.List<Expression> |
Op02WithProcessedDataAndRefs.buildInvokeDynamicMetaFactoryArgs(MethodPrototype prototype,
MethodPrototype dynamicPrototype,
MethodHandleBehaviour bootstrapBehaviour,
BootstrapMethodInfo bootstrapMethodInfo,
ConstantPoolEntryMethodRef methodRef) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<BootstrapMethodInfo> |
AttributeBootstrapMethods.methodInfoList |
Modifier and Type | Method and Description |
---|---|
BootstrapMethodInfo |
AttributeBootstrapMethods.getBootStrapMethodInfo(int idx) |
Modifier and Type | Method and Description |
---|---|
private static java.util.List<BootstrapMethodInfo> |
AttributeBootstrapMethods.decodeMethods(ByteData raw,
ConstantPool cp) |