public class AnnotationVisitor extends Object
An Annotation visitor responsible for:
AnnotationNode conforms to annotation metaAnnotationNode AST to reflect real annotation meta| Constructor and description | 
|---|
| AnnotationVisitor
                                (SourceUnit source, ErrorCollector errorCollector) | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | protected void | addError(String msg) | 
|  | protected void | addError(String msg, ASTNode expr) | 
|  | public void | checkCircularReference(ClassNode searchClass, ClassNode attrType, Expression startExp) | 
|  | public void | checkReturnType(ClassNode attrType, ASTNode node) | 
|  | public void | setReportClass(ClassNode cn) | 
|  | public AnnotationNode | visit(AnnotationNode node) | 
|  | protected void | visitAnnotationExpression(String attrName, AnnotationConstantExpression expression, ClassNode attrType) | 
|  | protected void | visitConstantExpression(String attrName, ConstantExpression constExpr, ClassNode attrType) | 
|  | protected void | visitEnumExpression(String attrName, PropertyExpression propExpr, ClassNode attrType) | 
|  | protected void | visitExpression(String attrName, Expression attrExp, ClassNode attrType) | 
|  | protected void | visitListExpression(String attrName, ListExpression listExpr, ClassNode elementType) | 
Copyright © 2003-2024 The Apache Software Foundation. All rights reserved.