- org.codehaus.groovy.transform.LogASTTransformation
 
    
        - 
            
                - All Implemented Interfaces and Traits:
 
                - CompilationUnitAware
 
            
            
            
            
@GroovyASTTransformation(phase = CompilePhase.SEMANTIC_ANALYSIS)
public class LogASTTransformation
extends AbstractASTTransformation
     This class provides an AST Transformation to add a log field to a class.
 
- Authors:
 - Guillaume Laforge
 - Jochen Theodorou
 - Dinko Srkoc
 - Hamlet D'Arcy
 - Raffaele Cigni
 - Alberto Vilches Raton
 - Tomasz Bujok
 - Martin Ghados
 - Matthias Cullmann
 
           
    
 
    
        - 
        
        
            
        
        
        
        
        
            
                - 
                    
Field Summary
                    
                    
                        Fields 
                        
                            | Modifiers | 
                            Name | 
                            Description | 
                        
                        
                        
                            static String  | 
                            DEFAULT_CATEGORY_NAME | 
                            This is just a dummy value used because String annotations values can not be null.
  | 
                        
                        
                    
                   
                 
                
                - 
                    
                
 
                
            
        
        
        
        
        
        
        
        
        
            
            - 
                    
Methods Summary
                    
                    
                        Methods 
                        
                            | Type Params | 
                            Return Type | 
                            Name and description | 
                        
                        
                        
                             | 
                            void | 
                            setCompilationUnit(org.codehaus.groovy.control.CompilationUnit unit)
  | 
                        
                        
                        
                             | 
                            void | 
                            visit(ASTNode[] nodes, org.codehaus.groovy.control.SourceUnit source)
  | 
                        
                        
                    
                   
               
            
            - 
                    
Inherited Methods Summary
                    
                    
                        Inherited Methods 
                        
                            | Methods inherited from class | 
                            Name | 
                        
                        
                        
                            class AbstractASTTransformation | 
                            addError, checkIncludeExclude, checkIncludeExclude, checkIncludeExcludeUndefinedAware, checkIncludeExcludeUndefinedAware, checkNotInterface, checkPropertyList, checkPropertyList, checkPropertyList, copyAnnotatedNodeAnnotations, deemedInternalName, getAnnotationName, getClassList, getMemberClassList, getMemberClassValue, getMemberClassValue, getMemberIntValue, getMemberList, getMemberStringList, getMemberStringValue, getMemberStringValue, getMemberValue, hasAnnotation, init, memberHasValue, nonGeneric, shouldSkip, shouldSkip, shouldSkipOnDescriptor, shouldSkipOnDescriptorUndefinedAware, shouldSkipUndefinedAware, shouldSkipUndefinedAware, tokenize | 
                        
                        
                            class Object | 
                            wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll | 
                        
                    
                   
               
                
        
        
     
    
 
    
        - 
           
            
            
            
            
            
            
            
            
            
            
                - 
                    
                
                    
Method Detail
                    
                        
                        
                            - 
                                
public void setCompilationUnit(org.codehaus.groovy.control.CompilationUnit unit)
                                
                             
                        
                    
                        
                        
                            - 
                                
public void visit(ASTNode[] nodes, org.codehaus.groovy.control.SourceUnit source)
                                
                             
                        
                    
                 
            
            
         
    
 
    
    
    Copyright © 2003-2018 The Apache Software Foundation. All rights reserved.