Runtime support for
macro { }| Enum constant | Description | 
|---|---|
| INSTANCE | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | static ASTNode | getMacroValue(BlockStatement closureBlock, boolean asIs) | 
| <T> | T | macro(String source, List<Closure<Expression>> context, Class<T> resultClass)Runtime support for method. | 
| <T> | T | macro(boolean asIs, String source, List<Closure<Expression>> context, Class<T> resultClass) | 
| <T> | T | macro(CompilePhase compilePhase, String source, List<Closure<Expression>> context, Class<T> resultClass) | 
| <T> | T | macro(CompilePhase compilePhase, boolean asIs, String source, List<Closure<Expression>> context, Class<T> resultClass) | 
Runtime support for
macro { }Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.