[Java] Class SourceURIASTTransformation
- org.codehaus.groovy.transform.SourceURIASTTransformation
@GroovyASTTransformation(phase = CompilePhase.SEMANTIC_ANALYSIS) public class SourceURIASTTransformation extends AbstractASTTransformation
Handles transformation for the
- SourceURI:
- annotation.
Fields inherited from class | Fields |
---|---|
class AbstractASTTransformation | RETENTION_CLASSNODE, sourceUnit |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
protected URI |
getSourceURI(AnnotationNode node) | |
public void |
visit(ASTNode[] nodes, SourceUnit source) |
Inherited Methods Summary
Method Detail
protected URI getSourceURI(AnnotationNode node)
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/SourceURIASTTransformation.html