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