Class Loop
- 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.Loop
-
- All Implemented Interfaces:
WasmExpression
,WasmValue
public class Loop extends LabeledContainer implements WasmExpression
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface de.mirkosertic.bytecoder.core.backend.wasm.ast.WasmValue
WasmValue.ExportContext
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
writeTo(BinaryWriter.Writer codeWriter, WasmValue.ExportContext context)
void
writeTo(TextWriter textWriter, WasmValue.ExportContext context)
-
Methods inherited from class de.mirkosertic.bytecoder.core.backend.wasm.ast.LabeledContainer
findByLabelInHierarchy, getLabel
-
Methods inherited from class de.mirkosertic.bytecoder.core.backend.wasm.ast.Container
addChild, end, getChildren, hasChildren, parent, relativeDepthTo, relativeDepthTo
-
-
-
-
Constructor Detail
-
Loop
Loop(java.lang.String label, Container parent)
-
-
Method Detail
-
writeTo
public void writeTo(TextWriter textWriter, WasmValue.ExportContext context) throws java.io.IOException
-
writeTo
public void writeTo(BinaryWriter.Writer codeWriter, WasmValue.ExportContext context) throws java.io.IOException
-
-