public abstract class AbstractFatherBlock extends Object implements Block
Abstract AbstractFatherBlock class.
| Constructor and Description |
|---|
AbstractFatherBlock(List<Block> childBlocks)
Constructor for AbstractFatherBlock.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
after(Sink sink)
after.
|
abstract void |
before(Sink sink)
before.
|
List<Block> |
getBlocks()
Getter for the field
blocks. |
void |
traverse(Sink sink)
traverse.
|
Copyright © 2005–2023 The Apache Software Foundation. All rights reserved.