public class AnnotationVisitor extends Object
An Annotation visitor responsible for:
AnnotationNode
conforms to annotation metaAnnotationNode
AST to reflect real annotation metaConstructor and description |
---|
AnnotationVisitor(SourceUnit source, ErrorCollector errorCollector) |
Type Params | Return Type | Name and description |
---|---|---|
|
public void |
checkCircularReference(ClassNode searchClass, ClassNode attrType, Expression startExp) |
|
public void |
checkReturnType(ClassNode attrType, ASTNode node) |
|
public void |
setReportClass(ClassNode node) |
|
public AnnotationNode |
visit(AnnotationNode node) |
Copyright © 2003-2022 The Apache Software Foundation. All rights reserved.