|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.asm.ClassAdapter
it.imolinfo.jbi4corba.webservice.generator.bcm.AnnotationCollectorAdapter
public class AnnotationCollectorAdapter
XXX javadoc.
| Field Summary | |
|---|---|
protected String |
className
The class name. |
protected org.objectweb.asm.ClassWriter |
classWriter
The Class Writer. |
protected String |
javaClassName
The java class name. |
protected AnnotationsMaps |
tracer
|
| Fields inherited from class org.objectweb.asm.ClassAdapter |
|---|
cv |
| Constructor Summary | |
|---|---|
AnnotationCollectorAdapter(org.objectweb.asm.ClassVisitor cv,
org.objectweb.asm.ClassWriter cw,
String cn,
AnnotationsMaps tracer,
String javaClassName)
Constructor. |
|
| Method Summary | |
|---|---|
org.objectweb.asm.AnnotationVisitor |
visitAnnotation(String desc,
boolean visible)
Override. |
org.objectweb.asm.FieldVisitor |
visitField(int access,
String name,
String desc,
String signature,
Object value)
Override. |
org.objectweb.asm.MethodVisitor |
visitMethod(int access,
String name,
String desc,
String signature,
String[] exceptions)
Override. |
| Methods inherited from class org.objectweb.asm.ClassAdapter |
|---|
visit, visitAttribute, visitEnd, visitInnerClass, visitOuterClass, visitSource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected org.objectweb.asm.ClassWriter classWriter
protected String className
protected String javaClassName
protected AnnotationsMaps tracer
| Constructor Detail |
|---|
public AnnotationCollectorAdapter(org.objectweb.asm.ClassVisitor cv,
org.objectweb.asm.ClassWriter cw,
String cn,
AnnotationsMaps tracer,
String javaClassName)
cv - The class visitorcw - The class writercn - The class nametracer - The annotations mapjavaClassName - The java class name| Method Detail |
|---|
public org.objectweb.asm.AnnotationVisitor visitAnnotation(String desc,
boolean visible)
visitAnnotation in interface org.objectweb.asm.ClassVisitorvisitAnnotation in class org.objectweb.asm.ClassAdapterdesc - The descriptionvisible - The visible
public org.objectweb.asm.MethodVisitor visitMethod(int access,
String name,
String desc,
String signature,
String[] exceptions)
visitMethod in interface org.objectweb.asm.ClassVisitorvisitMethod in class org.objectweb.asm.ClassAdapteraccess - The accessname - The namedesc - The descriptionsignature - The signatureexceptions - The exceptions
public org.objectweb.asm.FieldVisitor visitField(int access,
String name,
String desc,
String signature,
Object value)
visitField in interface org.objectweb.asm.ClassVisitorvisitField in class org.objectweb.asm.ClassAdapteraccess - The accessname - The namedesc - The descriptionsignature - The signaturevalue - The value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||