Uses of Class
de.inetsoftware.classparser.BootstrapMethod
Packages that use BootstrapMethod
-
Uses of BootstrapMethod in de.inetsoftware.classparser
Fields in de.inetsoftware.classparser declared as BootstrapMethodMethods in de.inetsoftware.classparser that return BootstrapMethodModifier and TypeMethodDescriptionClassFile.getBootstrapMethod
(int methodIdx) Get the x-the BootstrapMethod. -
Uses of BootstrapMethod in de.inetsoftware.jwebassembly.module
Methods in de.inetsoftware.jwebassembly.module with parameters of type BootstrapMethodModifier and TypeMethodDescriptionprotected void
WasmCodeBuilder.addInvokeDynamic
(BootstrapMethod method, String factorySignature, String interfaceMethodName, int javaCodePos, int lineNumber) Add invoke dynamic operation.(package private) TypeManager.LambdaType
TypeManager.lambdaType
(BootstrapMethod method, ArrayList<AnyType> params, TypeManager.StructType interfaceType, String interfaceMethodName) Create a lambda typeConstructors in de.inetsoftware.jwebassembly.module with parameters of type BootstrapMethodModifierConstructorDescription(package private)
LambdaType
(String name, BootstrapMethod method, ArrayList<AnyType> params, TypeManager.StructType interfaceType, FunctionName syntheticLambdaFunctionName, String interfaceMethodName, TypeManager manager) Create a lambda type