Uses of Class
de.mirkosertic.bytecoder.core.backend.wasm.ast.LabeledContainer
-
Packages that use LabeledContainer Package Description de.mirkosertic.bytecoder.core.backend.wasm de.mirkosertic.bytecoder.core.backend.wasm.ast -
-
Uses of LabeledContainer in de.mirkosertic.bytecoder.core.backend.wasm
Methods in de.mirkosertic.bytecoder.core.backend.wasm that return LabeledContainer Modifier and Type Method Description LabeledContainerWasmStructuredControlflowCodeGenerator.NestingLevel. findByLabelInHierarchy(java.lang.String label)Constructors in de.mirkosertic.bytecoder.core.backend.wasm with parameters of type LabeledContainer Constructor Description NestingLevelSwitch(WasmStructuredControlflowCodeGenerator.NestingLevel<?> parent, Expressions activeFlow, LabeledContainer activeContainer, WasmValue valueToCheck) -
Uses of LabeledContainer in de.mirkosertic.bytecoder.core.backend.wasm.ast
Subclasses of LabeledContainer in de.mirkosertic.bytecoder.core.backend.wasm.ast Modifier and Type Class Description classBlockclassIffclassLoopclassTryFields in de.mirkosertic.bytecoder.core.backend.wasm.ast declared as LabeledContainer Modifier and Type Field Description private LabeledContainerBranch. outerBlockprivate LabeledContainerRethrowException. outerBlockMethods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return LabeledContainer Modifier and Type Method Description LabeledContainerContainer. findByLabelInHierarchy(java.lang.String aLabel)LabeledContainerLabeledContainer. findByLabelInHierarchy(java.lang.String aLabel)Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast with parameters of type LabeledContainer Modifier and Type Method Description voidExpressions. branch(LabeledContainer surroundingBlock)intCatch. relativeDepthTo(LabeledContainer outerBlock)intCatch. relativeDepthTo(LabeledContainer outerBlock, int offset)intContainer. relativeDepthTo(LabeledContainer outerBlock)intContainer. relativeDepthTo(LabeledContainer outerBlock, int offset)voidExpressions. rethrowException(LabeledContainer tryBlock)Constructors in de.mirkosertic.bytecoder.core.backend.wasm.ast with parameters of type LabeledContainer Constructor Description Branch(LabeledContainer surroundingBlock)RethrowException(LabeledContainer surroundingBlock)
-