Uses of Enum
org.benf.cfr.reader.entities.bootstrap.MethodHandleBehaviour
Packages that use MethodHandleBehaviour
Package
Description
-
Uses of MethodHandleBehaviour in org.benf.cfr.reader.bytecode.analysis.opgraph
Methods in org.benf.cfr.reader.bytecode.analysis.opgraph with parameters of type MethodHandleBehaviourModifier and TypeMethodDescriptionprivate List<Expression> Op02WithProcessedDataAndRefs.buildInvokeBootstrapArgs(MethodPrototype prototype, MethodPrototype dynamicPrototype, MethodHandleBehaviour bootstrapBehaviour, BootstrapMethodInfo bootstrapMethodInfo, ConstantPoolEntryMethodRef methodRef, boolean showBoilerArgs, ClassFile classFile, DCCommonState state, DecompilerComments comments) private List<Expression> Op02WithProcessedDataAndRefs.buildInvokeDynamicAltMetaFactoryArgs(MethodPrototype prototype, MethodPrototype dynamicPrototype, MethodHandleBehaviour bootstrapBehaviour, BootstrapMethodInfo bootstrapMethodInfo, ConstantPoolEntryMethodRef methodRef, List<JavaTypeInstance> markerTypes) private 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 MethodHandleBehaviourModifier and TypeMethodDescriptionprivate static StringMethodHandlePlaceholder.lookupFunction(MethodHandleBehaviour behaviour) -
Uses of MethodHandleBehaviour in org.benf.cfr.reader.entities.bootstrap
Subclasses with type arguments of type MethodHandleBehaviour in org.benf.cfr.reader.entities.bootstrapFields in org.benf.cfr.reader.entities.bootstrap declared as MethodHandleBehaviourModifier and TypeFieldDescriptionprivate final MethodHandleBehaviourBootstrapMethodInfo.methodHandleBehaviourMethods in org.benf.cfr.reader.entities.bootstrap that return MethodHandleBehaviourModifier and TypeMethodDescriptionstatic MethodHandleBehaviourMethodHandleBehaviour.decode(byte value) BootstrapMethodInfo.getMethodHandleBehaviour()static MethodHandleBehaviourReturns 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 MethodHandleBehaviourModifier and TypeFieldDescriptionprivate final MethodHandleBehaviourConstantPoolEntryMethodHandle.referenceKindMethods in org.benf.cfr.reader.entities.constantpool that return MethodHandleBehaviour