public interface Macro
| Modifier and Type | Method and Description |
|---|---|
Node |
evaluate(Node... nodes)
Applies a macro to a set of parameter nodes.
|
Node evaluate(Node... nodes) throws SemanticException
nodes - the nodes this macro should be applied toSemanticException