public class ASAfterNodeStrategy extends Object implements IASNodeStrategy
IASNodeStrategy that allows
IASNode processing after the current node handler.
The class has access to the current IJSEmitter instance being used to
output source code to the current output buffer.
| Constructor and Description |
|---|
ASAfterNodeStrategy(IASEmitter emitter) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(IASNode node)
The strategy will handle the specific
IASNode. |
public ASAfterNodeStrategy(IASEmitter emitter)
public void handle(IASNode node)
IASNodeStrategyIASNode.handle in interface IASNodeStrategynode - The IASNode to handle.Copyright © 2023 The Apache Software Foundation. All rights reserved.