[Java] Class TupleConstructorASTTransformation
- org.codehaus.groovy.transform.TupleConstructorASTTransformation
- All Implemented Interfaces and Traits:
- CompilationUnitAware
@GroovyASTTransformation(phase = CompilePhase.CANONICALIZATION) public class TupleConstructorASTTransformation extends AbstractASTTransformation implements CompilationUnitAware
Handles generation of code for the
- TupleConstructor:
- annotation.
Fields inherited from class | Fields |
---|---|
class AbstractASTTransformation | RETENTION_CLASSNODE, sourceUnit |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public static void |
addSpecialMapConstructors(int modifiers, ClassNode cNode, String message, boolean addNoArg) | |
public String |
getAnnotationName() | |
public void |
setCompilationUnit(CompilationUnit unit) | |
public void |
visit(ASTNode[] nodes, SourceUnit source) |
Inherited Methods Summary
Method Detail
public static void addSpecialMapConstructors(int modifiers, ClassNode cNode, String message, boolean addNoArg)
@Override public String getAnnotationName()
@Override public void setCompilationUnit(CompilationUnit unit)
public void visit(ASTNode[] nodes, SourceUnit source)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/transform/TupleConstructorASTTransformation.html