Uses of Class
de.inetsoftware.jwebassembly.wasm.WasmBlockOperator
-
Packages that use WasmBlockOperator Package Description de.inetsoftware.jwebassembly.binary de.inetsoftware.jwebassembly.module de.inetsoftware.jwebassembly.text de.inetsoftware.jwebassembly.wasm -
-
Uses of WasmBlockOperator in de.inetsoftware.jwebassembly.binary
Methods in de.inetsoftware.jwebassembly.binary with parameters of type WasmBlockOperator Modifier and Type Method Description protected voidBinaryModuleWriter. writeBlockCode(WasmBlockOperator op, java.lang.Object data)Write a block/branch code -
Uses of WasmBlockOperator in de.inetsoftware.jwebassembly.module
Fields in de.inetsoftware.jwebassembly.module declared as WasmBlockOperator Modifier and Type Field Description private WasmBlockOperatorBranchManager.BranchNode. endOpprivate WasmBlockOperatorWasmBlockInstruction. opprivate WasmBlockOperatorBranchManager.BranchNode. startOpMethods in de.inetsoftware.jwebassembly.module that return WasmBlockOperator Modifier and Type Method Description (package private) WasmBlockOperatorWasmBlockInstruction. getOperation()Get the operationMethods in de.inetsoftware.jwebassembly.module with parameters of type WasmBlockOperator Modifier and Type Method Description protected voidWasmCodeBuilder. addBlockInstruction(WasmBlockOperator op, java.lang.Object data, int javaCodePos, int lineNumber)Add a block operation.protected abstract voidModuleWriter. writeBlockCode(WasmBlockOperator op, java.lang.Object data)Write a block/branch codeConstructors in de.inetsoftware.jwebassembly.module with parameters of type WasmBlockOperator Constructor Description BranchNode(int startPos, int endPos, WasmBlockOperator startOp, WasmBlockOperator endOp)Create a new description.BranchNode(int startPos, int endPos, WasmBlockOperator startOp, WasmBlockOperator endOp, java.lang.Object data)Create a new description.WasmBlockInstruction(WasmBlockOperator op, java.lang.Object data, int javaCodePos, int lineNumber)Create an instance of block operation. -
Uses of WasmBlockOperator in de.inetsoftware.jwebassembly.text
Methods in de.inetsoftware.jwebassembly.text with parameters of type WasmBlockOperator Modifier and Type Method Description protected voidTextModuleWriter. writeBlockCode(WasmBlockOperator op, java.lang.Object data)Write a block/branch code -
Uses of WasmBlockOperator in de.inetsoftware.jwebassembly.wasm
Methods in de.inetsoftware.jwebassembly.wasm that return WasmBlockOperator Modifier and Type Method Description static WasmBlockOperatorWasmBlockOperator. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static WasmBlockOperator[]WasmBlockOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.
-