Uses of Class
de.inetsoftware.jwebassembly.module.JumpInstruction
-
Packages that use JumpInstruction Package Description de.inetsoftware.jwebassembly.module -
-
Uses of JumpInstruction in de.inetsoftware.jwebassembly.module
Fields in de.inetsoftware.jwebassembly.module declared as JumpInstruction Modifier and Type Field Description private JumpInstruction
BranchManager.IfParsedBlock. jump
Constructors in de.inetsoftware.jwebassembly.module with parameters of type JumpInstruction Constructor Description IfParsedBlock(int startPosition, int offset, int lineNumber, WasmNumericInstruction instr, JumpInstruction jump)
Create new instance
-