Class | Description |
---|---|
ASNodeHandler |
A concrete implementation of the
IASNodeStrategy that allows a
subclass to either implement the IASNode handling directly or pass a
child IASNodeStrategy that this class will delegate it's
ASNodeHandler.handle(IASNode) method to. |
ASNodeSwitch |
The
ASNodeSwitch class is an IASNodeStrategy implementation
that handles IASNode types based on the node interface type. |
BeforeAfterStrategy |
The
BeforeAfterStrategy implements a before and after IASNode
handler. |
Copyright © 2016 The Apache Software Foundation. All rights reserved.