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) |
public ASAfterNodeStrategy(IASEmitter emitter)
public void handle(IASNode node)
IASNodeStrategy
IASNode
.handle
in interface IASNodeStrategy
node
- The IASNode
to handle.Copyright © 2016 The Apache Software Foundation. All rights reserved.