Checks that a class satisfies various conditions including:
| Constructor and description | 
|---|
                                ClassCompletionVerifier
                                (org.codehaus.groovy.control.SourceUnit source) | 
                        
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            ClassNode | 
                            getClassNode() | 
                        
 | 
                            protected org.codehaus.groovy.control.SourceUnit | 
                            getSourceUnit() | 
                        
 | 
                            void | 
                            visitBinaryExpression(BinaryExpression expression) | 
                        
 | 
                            void | 
                            visitCatchStatement(CatchStatement cs) | 
                        
 | 
                            void | 
                            visitClass(ClassNode node) | 
                        
 | 
                            void | 
                            visitConstantExpression(ConstantExpression expression) | 
                        
 | 
                            void | 
                            visitConstructor(ConstructorNode node) | 
                        
 | 
                            void | 
                            visitDeclarationExpression(DeclarationExpression expression) | 
                        
 | 
                            void | 
                            visitField(FieldNode node) | 
                        
 | 
                            void | 
                            visitGStringExpression(GStringExpression expression) | 
                        
 | 
                            void | 
                            visitMethod(MethodNode node) | 
                        
 | 
                            void | 
                            visitMethodCallExpression(MethodCallExpression mce) | 
                        
 | 
                            void | 
                            visitProperty(PropertyNode node) | 
                        
Copyright © 2003-2018 The Apache Software Foundation. All rights reserved.