| Modifier and Type | Field and Description |
|---|---|
| private String | |
| private long | |
| private boolean | |
| private boolean | |
| private boolean | |
| private int |
| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| public String | |
| public long | |
| public int | |
| public AnnotationVisitor | visitAnnotation(String
the class descriptor of the annotation class. desc, boolean true if the annotation is visible at runtime. visible)Overrides org. Visits an annotation of the class. |
| filename | back to summary |
|---|---|
| private String filename | |
| mtime | back to summary |
|---|---|
| private long mtime | |
| nextVisitIsFilename | back to summary |
|---|---|
| private boolean nextVisitIsFilename | |
| nextVisitIsMTime | back to summary |
|---|---|
| private boolean nextVisitIsMTime | |
| nextVisitIsVersion | back to summary |
|---|---|
| private boolean nextVisitIsVersion | |
| version | back to summary |
|---|---|
| private int version | |
| AnnotationReader | back to summary |
|---|---|
| public AnnotationReader(byte[] data) throws IOException Reads the classfile bytecode in data and to extract the version.
| |
| getFilename | back to summary |
|---|---|
| public String getFilename() | |
| getMTime | back to summary |
|---|---|
| public long getMTime() | |
| getVersion | back to summary |
|---|---|
| public int getVersion() | |
| visitAnnotation | back to summary |
|---|---|
| public AnnotationVisitor visitAnnotation(String desc, boolean visible) Overrides org. Doc from org. Visits an annotation of the class.
a visitor to visit the annotation values, or null if this visitor is not interested in visiting this annotation. | |