Class Catch
java.lang.Object
de.mirkosertic.bytecoder.core.backend.wasm.ast.Container
de.mirkosertic.bytecoder.core.backend.wasm.ast.Catch
-
Field Summary
-
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 Container
addChild, end, findByLabelInHierarchy, getChildren, hasChildren, parent
-
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
-