Uses of Class
com.strobel.assembler.metadata.MethodHandle
Packages that use MethodHandle
Package
Description
-
Uses of MethodHandle in com.strobel.assembler.ir
Methods in com.strobel.assembler.ir with parameters of type MethodHandleModifier and TypeMethodDescriptionstatic FrameValueFrameValue.makeMethodHandle(MethodHandle handle) voidInstructionVisitor.visitConstant(OpCode opCode, MethodHandle value) -
Uses of MethodHandle in com.strobel.assembler.ir.attributes
Methods in com.strobel.assembler.ir.attributes that return MethodHandleModifier and TypeMethodDescriptionfinal MethodHandleBootstrapMethodsTableEntry.getMethodHandle()Constructors in com.strobel.assembler.ir.attributes with parameters of type MethodHandleModifierConstructorDescriptionBootstrapMethodsTableEntry(MethodHandle method, Object... arguments) BootstrapMethodsTableEntry(MethodHandle method, List<Object> arguments) -
Uses of MethodHandle in com.strobel.assembler.metadata
Methods in com.strobel.assembler.metadata that return MethodHandleModifier and TypeMethodDescriptionfinal MethodHandleDynamicCallSite.getBootstrapMethodHandle()IMetadataScope.lookupMethodHandle(int token) Constructors in com.strobel.assembler.metadata with parameters of type MethodHandleModifierConstructorDescriptionDynamicCallSite(int bootstrapMethodIndex, MethodHandle method, List<Object> bootstrapArguments, String methodName, IMethodSignature methodType) -
Uses of MethodHandle in com.strobel.decompiler
Methods in com.strobel.decompiler with parameters of type MethodHandleModifier and TypeMethodDescriptionstatic voidDecompilerHelpers.writeMethodHandle(ITextOutput writer, MethodHandle handle) -
Uses of MethodHandle in com.strobel.decompiler.languages.java.ast
Methods in com.strobel.decompiler.languages.java.ast that return MethodHandleConstructors in com.strobel.decompiler.languages.java.ast with parameters of type MethodHandle -
Uses of MethodHandle in com.strobel.decompiler.languages.java.ast.transforms
Methods in com.strobel.decompiler.languages.java.ast.transforms with parameters of type MethodHandleModifier and TypeMethodDescriptionprotected InvocationExpressionAbstractHelperClassTransform.makeMethodHandle(Expression lookup, MethodHandle handle) protected InvocationExpressionAbstractHelperClassTransform.makeMethodHandle(Expression lookup, MethodHandle handle, Expression methodType) protected InvocationExpressionAbstractHelperClassTransform.makeMethodHandle(Expression lookup, MethodHandle handle, Expression methodType, TypeReference optionalSpecialCaller)