public abstract class DecoratingStatement
extends Statement
Modifier and Type | Field and Description |
---|---|
protected Statement |
decorated |
Constructor and Description |
---|
DecoratingStatement(Statement statement) |
Modifier and Type | Method and Description |
---|---|
protected void |
after() |
protected void |
before() |
void |
evaluate() |