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) MethodInfoFunctionManager.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) voidFunctionManager.addReplacement(FunctionName name, MethodInfo method) Add a replacement for a method(package private) voidJavaMethodWasmCodeBuilder.buildCode(Code code, MethodInfo method) Build the wasm instructionsprivate WasmCodeBuilderModuleGenerator.createInstructions(MethodInfo method) Create the instructions in a code builderprivate voidModuleGenerator.prepareMethod(MethodInfo method) Prepare the method.(package private) MethodInfoFunctionManager.replace(FunctionName name, MethodInfo method) Check if there is a replacement method(package private) voidLocaleVariableManager.reset(LocalVariableTable variableTable, MethodInfo method, Iterator<AnyType> signature) Reset the manager to an initial state.protected voidWasmCodeBuilder.reset(LocalVariableTable variableTable, MethodInfo method, Iterator<AnyType> signature) Reset the code builder.private voidModuleGenerator.writeExport(FunctionName name, MethodInfo method) Look for a Export annotation and if there write an export directive.private voidModuleGenerator.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 voidModuleGenerator.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 TypeMethodDescriptionvoidWatParser.parse(String wat, MethodInfo method, Iterator<AnyType> signature, int lineNumber) Parse the given wasm text format and generate a list of WasmInstuctions