Class Iff
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.Iff
- 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
FieldsModifier and TypeFieldDescriptionprivate final WasmValue
private final List
<WasmExpression> final Expressions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-
Field Details
-
falseFlow
-
condition
-
falseChildren
-
-
Constructor Details
-
Iff
-
-
Method Details
-
writeTo
- Specified by:
writeTo
in interfaceWasmValue
- Throws:
IOException
-
writeTo
public void writeTo(BinaryWriter.Writer codeWriter, WasmValue.ExportContext context) throws IOException - Specified by:
writeTo
in interfaceWasmValue
- Throws:
IOException
-