public abstract class AbstractFatherBlock extends java.lang.Object implements Block
Abstract AbstractFatherBlock class.
| Constructor and Description |
|---|
AbstractFatherBlock(java.util.List<Block> childBlocks)
Constructor for AbstractFatherBlock.
|
public AbstractFatherBlock(java.util.List<Block> childBlocks)
Constructor for AbstractFatherBlock.
childBlocks - the child blocks.public abstract void before(Sink sink)
before.
sink - the Sink to receive events.public abstract void after(Sink sink)
after.
sink - the Sink to receive events.public void traverse(Sink sink)
traverse.
public java.util.List<Block> getBlocks()
Getter for the field blocks.
List object.Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.