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 void
BinaryModuleWriter. 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 WasmBlockOperator
BranchManager.BranchNode. endOp
private WasmBlockOperator
WasmBlockInstruction. op
private WasmBlockOperator
BranchManager.BranchNode. startOp
Methods in de.inetsoftware.jwebassembly.module that return WasmBlockOperator Modifier and Type Method Description (package private) WasmBlockOperator
WasmBlockInstruction. getOperation()
Get the operationMethods in de.inetsoftware.jwebassembly.module with parameters of type WasmBlockOperator Modifier and Type Method Description protected void
WasmCodeBuilder. addBlockInstruction(WasmBlockOperator op, java.lang.Object data, int javaCodePos, int lineNumber)
Add a block operation.protected abstract void
ModuleWriter. 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 void
TextModuleWriter. 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 WasmBlockOperator
WasmBlockOperator. 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.
-