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 CodeCodeInputStream. codeprivate CodeMethodInfo. codeMethods in de.inetsoftware.classparser that return Code Modifier and Type Method Description CodeMethodInfo. 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) voidJavaMethodWasmCodeBuilder. buildCode(Code code, MethodInfo method)Build the wasm instructions(package private) voidBranchManager. reset(Code code)Remove all branch information for reusing the manager.
-