Class Block
java.lang.Object
de.mirkosertic.bytecoder.core.backend.wasm.ast.Container
de.mirkosertic.bytecoder.core.backend.wasm.ast.LabeledContainer
de.mirkosertic.bytecoder.core.backend.wasm.ast.Block
- All Implemented Interfaces:
WasmExpression, WasmValue
-
Nested Class Summary
Nested classes/interfaces inherited from interface WasmValue
WasmValue.ExportContext -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwriteTo(BinaryWriter.Writer codeWriter, WasmValue.ExportContext context) voidwriteTo(TextWriter textWriter, WasmValue.ExportContext context) Methods inherited from class LabeledContainer
findByLabelInHierarchy, getLabelMethods inherited from class Container
addChild, end, getChildren, hasChildren, parent, relativeDepthTo, relativeDepthTo
-
Constructor Details
-
Block
-
-
Method Details
-
writeTo
- Specified by:
writeToin interfaceWasmValue- Throws:
IOException
-
writeTo
public void writeTo(BinaryWriter.Writer codeWriter, WasmValue.ExportContext context) throws IOException - Specified by:
writeToin interfaceWasmValue- Throws:
IOException
-