public class ExtendedVerifier extends ClassCodeVisitorSupport
A specialized Groovy AST visitor meant to perform additional verifications upon the current AST. Currently it does checks on annotated nodes and annotations itself.
Current limitations: - annotations on local variables are not supported
| Modifiers | Name | Description | 
|---|---|---|
| static String | JVM_ERROR_MESSAGE | 
| Constructor and description | 
|---|
| ExtendedVerifier(SourceUnit sourceUnit) | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | protected SourceUnit | getSourceUnit() | 
|  | protected void | visitAnnotations(AnnotatedNode node, int target) | 
|  | public void | visitClass(ClassNode node) | 
|  | public void | visitConstructor(ConstructorNode node) | 
|  | public void | visitConstructorCallExpression(ConstructorCallExpression expression) | 
|  | public void | visitDeclarationExpression(DeclarationExpression expression) | 
|  | public void | visitField(FieldNode node) | 
|  | public void | visitMethod(MethodNode node) | 
|  | public void | visitProperty(PropertyNode node) | 
Copyright © 2003-2025 The Apache Software Foundation. All rights reserved.