Uses of Class
de.inetsoftware.classparser.BootstrapMethod
Packages that use BootstrapMethod
-
Uses of BootstrapMethod in de.inetsoftware.classparser
Methods 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 voidWasmCodeBuilder.addInvokeDynamic(BootstrapMethod method, String factorySignature, String interfaceMethodName, int javaCodePos, int lineNumber) Add invoke dynamic operation.