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 Expressionsprivate final Container -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidend()findByLabelInHierarchy(String aLabel) booleanparent()intrelativeDepthTo(LabeledContainer outerBlock) intrelativeDepthTo(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
-