Uses of Enum Class
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 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 MethodHandleBehaviourModifier and TypeFieldDescriptionprivate final MethodHandleBehaviour
BootstrapMethodInfo.methodHandleBehaviour
Methods in org.benf.cfr.reader.entities.bootstrap that return MethodHandleBehaviourModifier and TypeMethodDescriptionstatic MethodHandleBehaviour
MethodHandleBehaviour.decode
(byte value) BootstrapMethodInfo.getMethodHandleBehaviour()
static MethodHandleBehaviour
Returns the enum constant of this class with the specified name.static MethodHandleBehaviour[]
MethodHandleBehaviour.values()
Returns an array containing the constants of this enum class, 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 MethodHandleBehaviour
ConstantPoolEntryMethodHandle.referenceKind
Methods in org.benf.cfr.reader.entities.constantpool that return MethodHandleBehaviour