Uses of Class
org.benf.cfr.reader.entities.bootstrap.BootstrapMethodInfo
-
Packages that use BootstrapMethodInfo Package Description org.benf.cfr.reader.bytecode.analysis.opgraph org.benf.cfr.reader.entities.attributes -
-
Uses of BootstrapMethodInfo in org.benf.cfr.reader.bytecode.analysis.opgraph
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph with parameters of type BootstrapMethodInfo Modifier and Type Method 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)
-
Uses of BootstrapMethodInfo in org.benf.cfr.reader.entities.attributes
Fields in org.benf.cfr.reader.entities.attributes with type parameters of type BootstrapMethodInfo Modifier and Type Field Description private java.util.List<BootstrapMethodInfo>
AttributeBootstrapMethods. methodInfoList
Methods in org.benf.cfr.reader.entities.attributes that return BootstrapMethodInfo Modifier and Type Method Description BootstrapMethodInfo
AttributeBootstrapMethods. getBootStrapMethodInfo(int idx)
Methods in org.benf.cfr.reader.entities.attributes that return types with arguments of type BootstrapMethodInfo Modifier and Type Method Description private static java.util.List<BootstrapMethodInfo>
AttributeBootstrapMethods. decodeMethods(ByteData raw, ConstantPool cp)
-