Visitor to resolve constants and method calls from static Imports
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            protected org.codehaus.groovy.control.SourceUnit | 
                            getSourceUnit() | 
                        
 | 
                            Expression | 
                            transform(Expression exp) | 
                        
 | 
                            protected Expression | 
                            transformBinaryExpression(BinaryExpression be) | 
                        
 | 
                            protected Expression | 
                            transformClosureExpression(ClosureExpression ce) | 
                        
 | 
                            protected Expression | 
                            transformConstructorCallExpression(ConstructorCallExpression cce) | 
                        
 | 
                            protected Expression | 
                            transformMethodCallExpression(MethodCallExpression mce) | 
                        
 | 
                            protected Expression | 
                            transformPropertyExpression(PropertyExpression pe) | 
                        
 | 
                            protected Expression | 
                            transformVariableExpression(VariableExpression ve) | 
                        
 | 
                            void | 
                            visitAnnotations(AnnotatedNode node) | 
                        
 | 
                            void | 
                            visitClass(ClassNode node, org.codehaus.groovy.control.SourceUnit source) | 
                        
 | 
                            protected void | 
                            visitConstructorOrMethod(MethodNode node, boolean isConstructor) |