public class ASBeforeNodeStrategy extends Object implements IASNodeStrategy
IASNodeStrategy that allows
IASNode processing before the current node handler.| Constructor and Description |
|---|
ASBeforeNodeStrategy(IASEmitter emitter) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(IASNode node)
The strategy will handle the specific
IASNode. |
public ASBeforeNodeStrategy(IASEmitter emitter)
public void handle(IASNode node)
IASNodeStrategyIASNode.handle in interface IASNodeStrategynode - The IASNode to handle.Copyright © 2021 The Apache Software Foundation. All rights reserved.