public class AnnotationReader extends org.objectweb.asm.ClassVisitor
| Modifier and Type | Field and Description | 
|---|---|
protected Set<String> | 
annotations  | 
protected String | 
cname  | 
protected List<String> | 
results  | 
| Constructor and Description | 
|---|
AnnotationReader(Set<String> annotations)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getClassName()  | 
String | 
getFileName()  | 
List<String> | 
getResults()  | 
boolean | 
hasResults()  | 
void | 
visit(int version,
     int access,
     String name,
     String signature,
     String superName,
     String[] interfaces)  | 
org.objectweb.asm.AnnotationVisitor | 
visitAnnotation(String arg0,
               boolean arg1)  | 
protected Set<String> annotations
public AnnotationReader(Set<String> annotations) throws IOException
IOExceptionpublic String getClassName()
public String getFileName()
public List<String> getResults()
public boolean hasResults()
public void visit(int version, int access, String name, String signature, String superName, String[] interfaces)
visit in class org.objectweb.asm.ClassVisitorpublic org.objectweb.asm.AnnotationVisitor visitAnnotation(String arg0, boolean arg1)
visitAnnotation in class org.objectweb.asm.ClassVisitorCopyright © 2019 Nuxeo. All rights reserved.