Uses of Class
de.inetsoftware.jwebassembly.module.StackInspector.StackValue
-
Packages that use StackInspector.StackValue Package Description de.inetsoftware.jwebassembly.module -
-
Uses of StackInspector.StackValue in de.inetsoftware.jwebassembly.module
Methods in de.inetsoftware.jwebassembly.module that return StackInspector.StackValue Modifier and Type Method Description (package private) static StackInspector.StackValue
StackInspector. findInstructionThatPushValue(java.util.List<WasmInstruction> instructions, int count, int javaCodePos)
Inspect the instructions to find details over a specific stack position.
-