Visitor.ComprehensiveVisitor, Visitor.ElementValueVisitorUnparseVisitorpublic static interface Visitor.AnnotationVisitor
Java.Annotations.| Modifier and Type | Method | Description |
|---|---|---|
void |
visitMarkerAnnotation(Java.MarkerAnnotation ma) |
|
void |
visitNormalAnnotation(Java.NormalAnnotation na) |
|
void |
visitSingleElementAnnotation(Java.SingleElementAnnotation sea) |
void visitMarkerAnnotation(Java.MarkerAnnotation ma)
void visitNormalAnnotation(Java.NormalAnnotation na)
void visitSingleElementAnnotation(Java.SingleElementAnnotation sea)
Copyright © 2001–2019. All rights reserved.