Class Branch
java.lang.Object
de.mirkosertic.bytecoder.core.backend.wasm.ast.Branch
- All Implemented Interfaces:
WasmExpression
,WasmValue
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.mirkosertic.bytecoder.core.backend.wasm.ast.WasmValue
WasmValue.ExportContext
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
writeTo
(BinaryWriter.Writer codeWriter, WasmValue.ExportContext context) void
writeTo
(TextWriter textWriter, WasmValue.ExportContext context)
-
Field Details
-
outerBlock
-
-
Constructor Details
-
Branch
Branch(LabeledContainer surroundingBlock)
-
-
Method Details
-
writeTo
-
writeTo
public void writeTo(BinaryWriter.Writer codeWriter, WasmValue.ExportContext context) throws IOException - Specified by:
writeTo
in interfaceWasmValue
- Throws:
IOException
-