public abstract class Container extends Object
| Modifier and Type | Field and Description |
|---|---|
Expressions |
flow |
| Modifier | Constructor and Description |
|---|---|
protected |
Container() |
protected |
Container(Container parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChild(WASMExpression e) |
Container |
end() |
LabeledContainer |
findByLabelInHierarchy(String aLabel) |
List<WASMExpression> |
getChildren() |
boolean |
hasChildren() |
int |
relativeDepthTo(LabeledContainer outerBlock) |
int |
relativeDepthTo(LabeledContainer outerBlock,
int offset) |
public final Expressions flow
protected Container(Container parent)
protected Container()
public boolean hasChildren()
public List<WASMExpression> getChildren()
public void addChild(WASMExpression e)
public int relativeDepthTo(LabeledContainer outerBlock)
public int relativeDepthTo(LabeledContainer outerBlock, int offset)
public LabeledContainer findByLabelInHierarchy(String aLabel)
public Container end()
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.