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) voidStackMappingVisitor.InstructionAnalyzer.visitConstant(OpCode opCode, MethodHandle value) -
Uses of MethodHandle in com.strobel.assembler.ir.attributes
Fields in com.strobel.assembler.ir.attributes declared as MethodHandleMethods 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
Fields in com.strobel.assembler.metadata declared as MethodHandleModifier and TypeFieldDescriptionprivate final MethodHandleDynamicCallSite._bootstrapMethodHandleMethods in com.strobel.assembler.metadata that return MethodHandleModifier and TypeMethodDescriptionfinal MethodHandleDynamicCallSite.getBootstrapMethodHandle()ClassFileReader.Scope.lookupMethodHandle(int token) 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
Methods in com.strobel.decompiler.languages with parameters of type MethodHandleModifier and TypeMethodDescriptionvoidBytecodeLanguage.InstructionPrinter.visitConstant(OpCode op, MethodHandle value) -
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
Fields in com.strobel.decompiler.languages.java.ast.transforms declared as MethodHandleModifier and TypeFieldDescription(package private) final MethodHandleMethodHandleConstantRewriter.LcdMHHelperBuilder.handleFields in com.strobel.decompiler.languages.java.ast.transforms with type parameters of type MethodHandleModifier and TypeFieldDescriptionprivate final Map<MethodHandle, MethodHandleConstantRewriter.LcdMHHelperBuilder> MethodHandleConstantRewriter.helpersMethods 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) Constructors in com.strobel.decompiler.languages.java.ast.transforms with parameters of type MethodHandleModifierConstructorDescription(package private)LcdMHHelperBuilder(TypeDeclaration parentDeclaration, TypeReference parentType, MethodHandle handle)