Class Catch
java.lang.Object
de.mirkosertic.bytecoder.core.backend.wasm.ast.Container
de.mirkosertic.bytecoder.core.backend.wasm.ast.Catch
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintrelativeDepthTo(LabeledContainer outerBlock) intrelativeDepthTo(LabeledContainer outerBlock, int offset) voidwriteTo(BinaryWriter.Writer codeWriter, WasmValue.ExportContext context) voidwriteTo(TextWriter textWriter, WasmValue.ExportContext context) Methods inherited from class de.mirkosertic.bytecoder.core.backend.wasm.ast.Container
addChild, end, findByLabelInHierarchy, getChildren, hasChildren, parent
-
Field Details
-
catchTag
-
-
Constructor Details
-
Catch
-
-
Method Details
-
relativeDepthTo
- Overrides:
relativeDepthToin classContainer
-
relativeDepthTo
- Overrides:
relativeDepthToin classContainer
-
writeTo
public void writeTo(BinaryWriter.Writer codeWriter, WasmValue.ExportContext context) throws IOException - Throws:
IOException
-
writeTo
- Throws:
IOException
-