Uses of Class
de.inetsoftware.classparser.BootstrapMethod
-
Packages that use BootstrapMethod Package Description de.inetsoftware.classparser de.inetsoftware.jwebassembly.module -
-
Uses of BootstrapMethod in de.inetsoftware.classparser
Fields in de.inetsoftware.classparser declared as BootstrapMethod Modifier and Type Field Description private BootstrapMethod[]
ClassFile. bootstrapMethods
Methods in de.inetsoftware.classparser that return BootstrapMethod Modifier and Type Method Description BootstrapMethod
ClassFile. 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 BootstrapMethod Modifier and Type Method Description protected void
WasmCodeBuilder. addInvokeDynamic(BootstrapMethod method, java.lang.String factorySignature, java.lang.String interfaceMethodName, int javaCodePos, int lineNumber)
Add invoke dynamic operation.(package private) TypeManager.LambdaType
TypeManager. lambdaType(BootstrapMethod method, java.util.ArrayList<AnyType> params, TypeManager.StructType interfaceType, java.lang.String interfaceMethodName)
Create a lambda typeConstructors in de.inetsoftware.jwebassembly.module with parameters of type BootstrapMethod Constructor Description LambdaType(java.lang.String name, BootstrapMethod method, java.util.ArrayList<AnyType> params, TypeManager.StructType interfaceType, FunctionName syntheticLambdaFunctionName, java.lang.String interfaceMethodName, TypeManager manager)
Create a lambda type
-