Class Container
java.lang.Object
de.mirkosertic.bytecoder.core.backend.wasm.ast.Container
- Direct Known Subclasses:
Catch
,Function
,LabeledContainer
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List
<WasmExpression> final Expressions
private final Container
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
end()
findByLabelInHierarchy
(String aLabel) boolean
parent()
int
relativeDepthTo
(LabeledContainer outerBlock) int
relativeDepthTo
(LabeledContainer outerBlock, int offset)
-
Field Details
-
flow
-
parent
-
children
-
-
Constructor Details
-
Container
-
Container
protected Container()
-
-
Method Details
-
parent
-
hasChildren
public boolean hasChildren() -
getChildren
-
addChild
-
relativeDepthTo
-
relativeDepthTo
-
findByLabelInHierarchy
-
end
-