Uses of Class
de.inetsoftware.classparser.MethodInfo
Packages that use MethodInfo
Package
Description
-
Uses of MethodInfo in de.inetsoftware.classparser
Fields in de.inetsoftware.classparser declared as MethodInfoMethods in de.inetsoftware.classparser that return MethodInfoModifier and TypeMethodDescriptionFind a method via name and signature.ClassFile.getMethods()
private MethodInfo[]
ClassFile.readMethods
(DataInputStream input) -
Uses of MethodInfo in de.inetsoftware.jwebassembly.module
Fields in de.inetsoftware.jwebassembly.module declared as MethodInfoMethods in de.inetsoftware.jwebassembly.module that return MethodInfoModifier and TypeMethodDescription(package private) MethodInfo
FunctionManager.replace
(FunctionName name, MethodInfo method) Check if there is a replacement methodMethods in de.inetsoftware.jwebassembly.module with parameters of type MethodInfoModifier and TypeMethodDescription(package private) void
FunctionManager.addReplacement
(FunctionName name, MethodInfo method) Add a replacement for a method(package private) void
JavaMethodWasmCodeBuilder.buildCode
(Code code, MethodInfo method) Build the wasm instructionsprivate WasmCodeBuilder
ModuleGenerator.createInstructions
(MethodInfo method) Create the instructions in a code builderprivate void
ModuleGenerator.prepareMethod
(MethodInfo method) Prepare the method.(package private) MethodInfo
FunctionManager.replace
(FunctionName name, MethodInfo method) Check if there is a replacement method(package private) void
LocaleVariableManager.reset
(LocalVariableTable variableTable, MethodInfo method, Iterator<AnyType> signature) Reset the manager to an initial state.protected void
WasmCodeBuilder.reset
(LocalVariableTable variableTable, MethodInfo method, Iterator<AnyType> signature) Reset the code builder.private void
ModuleGenerator.writeExport
(FunctionName name, MethodInfo method) Look for a Export annotation and if there write an export directive.private void
ModuleGenerator.writeMethod
(FunctionName name, MethodInfo method) Write the content of a method.Method parameters in de.inetsoftware.jwebassembly.module with type arguments of type MethodInfoModifier and TypeMethodDescriptionprivate void
ModuleGenerator.iterateMethods
(ClassFile classFile, Consumer<MethodInfo> handler) Iterate over all methods of the classFile and run the handler. -
Uses of MethodInfo in de.inetsoftware.jwebassembly.watparser
Methods in de.inetsoftware.jwebassembly.watparser with parameters of type MethodInfoModifier and TypeMethodDescriptionvoid
WatParser.parse
(String wat, MethodInfo method, Iterator<AnyType> signature, int lineNumber) Parse the given wasm text format and generate a list of WasmInstuctions