Uses of Class
org.benf.cfr.reader.entities.bootstrap.MethodHandleBehaviour
-
-
Uses of MethodHandleBehaviour in org.benf.cfr.reader.bytecode.analysis.opgraph
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph with parameters of type MethodHandleBehaviour 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 MethodHandleBehaviour in org.benf.cfr.reader.bytecode.analysis.parse.expression
Methods in org.benf.cfr.reader.bytecode.analysis.parse.expression with parameters of type MethodHandleBehaviour Modifier and Type Method Description private static java.lang.String
MethodHandlePlaceholder. lookupFunction(MethodHandleBehaviour behaviour)
-
Uses of MethodHandleBehaviour in org.benf.cfr.reader.entities.bootstrap
Fields in org.benf.cfr.reader.entities.bootstrap declared as MethodHandleBehaviour Modifier and Type Field Description private MethodHandleBehaviour
BootstrapMethodInfo. methodHandleBehaviour
Methods in org.benf.cfr.reader.entities.bootstrap that return MethodHandleBehaviour Modifier and Type Method Description static MethodHandleBehaviour
MethodHandleBehaviour. decode(byte value)
MethodHandleBehaviour
BootstrapMethodInfo. getMethodHandleBehaviour()
static MethodHandleBehaviour
MethodHandleBehaviour. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MethodHandleBehaviour[]
MethodHandleBehaviour. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MethodHandleBehaviour in org.benf.cfr.reader.entities.constantpool
Fields in org.benf.cfr.reader.entities.constantpool declared as MethodHandleBehaviour Modifier and Type Field Description private MethodHandleBehaviour
ConstantPoolEntryMethodHandle. referenceKind
Methods in org.benf.cfr.reader.entities.constantpool that return MethodHandleBehaviour Modifier and Type Method Description MethodHandleBehaviour
ConstantPoolEntryMethodHandle. getReferenceKind()
-