Uses of Enum
de.inetsoftware.jwebassembly.wasm.WasmBlockOperator
Packages that use WasmBlockOperator
Package
Description
-
Uses of WasmBlockOperator in de.inetsoftware.jwebassembly.binary
Methods in de.inetsoftware.jwebassembly.binary with parameters of type WasmBlockOperatorModifier and TypeMethodDescriptionprotected voidBinaryModuleWriter.writeBlockCode(WasmBlockOperator op, Object data) Write a block/branch code -
Uses of WasmBlockOperator in de.inetsoftware.jwebassembly.module
Fields in de.inetsoftware.jwebassembly.module declared as WasmBlockOperatorModifier and TypeFieldDescriptionprivate WasmBlockOperatorBranchManager.BranchNode.endOpprivate final WasmBlockOperatorWasmBlockInstruction.opprivate final WasmBlockOperatorBranchManager.BranchNode.startOpMethods in de.inetsoftware.jwebassembly.module that return WasmBlockOperatorModifier and TypeMethodDescription(package private) WasmBlockOperatorWasmBlockInstruction.getOperation()Get the operationMethods in de.inetsoftware.jwebassembly.module with parameters of type WasmBlockOperatorModifier and TypeMethodDescriptionprotected voidWasmCodeBuilder.addBlockInstruction(WasmBlockOperator op, Object data, int javaCodePos, int lineNumber) Add a block operation.protected abstract voidModuleWriter.writeBlockCode(WasmBlockOperator op, Object data) Write a block/branch codeConstructors in de.inetsoftware.jwebassembly.module with parameters of type WasmBlockOperatorModifierConstructorDescription(package private)BranchNode(int startPos, int endPos, WasmBlockOperator startOp, WasmBlockOperator endOp) Create a new description.(package private)BranchNode(int startPos, int endPos, WasmBlockOperator startOp, WasmBlockOperator endOp, Object data) Create a new description.(package private)WasmBlockInstruction(WasmBlockOperator op, 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 WasmBlockOperatorModifier and TypeMethodDescriptionprotected voidTextModuleWriter.writeBlockCode(WasmBlockOperator op, Object data) Write a block/branch code -
Uses of WasmBlockOperator in de.inetsoftware.jwebassembly.wasm
Subclasses with type arguments of type WasmBlockOperator in de.inetsoftware.jwebassembly.wasmMethods in de.inetsoftware.jwebassembly.wasm that return WasmBlockOperatorModifier and TypeMethodDescriptionstatic WasmBlockOperatorReturns 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.