Runtime support for
macro {
}
method.
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 {
}
method.
Copyright © 2003-2019 The Apache Software Foundation. All rights reserved.