@GroovyASTTransformation(phase = CompilePhase.SEMANTIC_ANALYSIS) public class ClosureExpressionEvaluationASTTransformation extends BaseASTTransformation
Evaluates ClosureExpression instances in as actual annotation parameters and generates special contract closure classes from them.
Type Params | Return Type | Name and description |
---|---|---|
|
public void |
visit(ASTNode[] nodes, SourceUnit unit) ASTTransformation.visit |
Methods inherited from class | Name |
---|---|
class BaseASTTransformation |
getReaderSource |