Uses of Class
de.inetsoftware.classparser.Code
-
Packages that use Code Package Description de.inetsoftware.classparser de.inetsoftware.jwebassembly.module -
-
Uses of Code in de.inetsoftware.classparser
Fields in de.inetsoftware.classparser declared as Code Modifier and Type Field Description private Code
CodeInputStream. code
private Code
MethodInfo. code
Methods in de.inetsoftware.classparser that return Code Modifier and Type Method Description Code
MethodInfo. getCode()
Constructors in de.inetsoftware.classparser with parameters of type Code Constructor Description CodeInputStream(byte[] buf, int offset, int length, Code code)
Create a new instance of CodeInputStream. -
Uses of Code in de.inetsoftware.jwebassembly.module
Methods in de.inetsoftware.jwebassembly.module with parameters of type Code Modifier and Type Method Description (package private) void
JavaMethodWasmCodeBuilder. buildCode(Code code, MethodInfo method)
Build the wasm instructions(package private) void
BranchManager. reset(Code code)
Remove all branch information for reusing the manager.
-