public class bottomupBlockIterator extends BlockIterator
Constructor and Description |
---|
bottomupBlockIterator(Block b) |
bottomupBlockIterator(BlockList body) |
Modifier and Type | Method and Description |
---|---|
boolean |
end() |
void |
init() |
void |
init(Block b) |
void |
init(BlockList body) |
void |
next() |
int |
size() |
getBlock, getContainer, setAside, setAside, setBlock
public bottomupBlockIterator(Block b)
public bottomupBlockIterator(BlockList body)
public void init()
init
in class BlockIterator
public void init(Block b)
init
in class BlockIterator
public void init(BlockList body)
init
in class BlockIterator
public void next()
next
in class BlockIterator
public boolean end()
end
in class BlockIterator
public int size()
size
in class BlockIterator