|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.objectweb.asm.ClassAdapter it.imolinfo.jbi4corba.webservice.generator.bcm.AnnotationWriterAdapter
public class AnnotationWriterAdapter
XXX javadoc.
Field Summary | |
---|---|
protected String |
className
The class name. |
protected org.objectweb.asm.ClassWriter |
classWriter
The Class Writer. |
AnnotationsMaps |
tracer
|
Fields inherited from class org.objectweb.asm.ClassAdapter |
---|
cv |
Constructor Summary | |
---|---|
AnnotationWriterAdapter(org.objectweb.asm.ClassVisitor cv,
AnnotationsMaps tracer)
Constructor. |
Method Summary | |
---|---|
void |
visit(int version,
int access,
String name,
String signature,
String superName,
String[] interfaces)
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 |
---|
visitAnnotation, 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 |
---|
public AnnotationsMaps tracer
protected org.objectweb.asm.ClassWriter classWriter
protected String className
Constructor Detail |
---|
public AnnotationWriterAdapter(org.objectweb.asm.ClassVisitor cv, AnnotationsMaps tracer)
cv
- The class visitortracer
- The tracerMethod Detail |
---|
public void visit(int version, int access, String name, String signature, String superName, String[] interfaces)
visit
in interface org.objectweb.asm.ClassVisitor
visit
in class org.objectweb.asm.ClassAdapter
version
- The versionaccess
- The accessname
- The namesignature
- The signaturesuperName
- The super nameinterfaces
- The interfacespublic org.objectweb.asm.MethodVisitor visitMethod(int access, String name, String desc, String signature, String[] exceptions)
visitMethod
in interface org.objectweb.asm.ClassVisitor
visitMethod
in class org.objectweb.asm.ClassAdapter
access
- 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.ClassVisitor
visitField
in class org.objectweb.asm.ClassAdapter
access
- 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 |