Visitor to resolve constants and method calls from static imports.
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | protected 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 classNode, SourceUnit sourceUnit) | 
|  | protected void | visitConstructorOrMethod(MethodNode node, boolean isConstructor) |