Verify correct usage of generics. This includes:
<> usage| Constructor and description | 
|---|
                                GenericsVisitor
                                (SourceUnit source) | 
                        
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            protected SourceUnit | 
                            getSourceUnit() | 
                        
 | 
                            void | 
                            visitClass(ClassNode node) | 
                        
 | 
                            void | 
                            visitConstructorCallExpression(ConstructorCallExpression call) | 
                        
 | 
                            void | 
                            visitDeclarationExpression(DeclarationExpression expression) | 
                        
 | 
                            void | 
                            visitField(FieldNode node) | 
                        
 | 
                            void | 
                            visitMethod(MethodNode node) | 
                        
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.