|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ow2.asmdex.FieldVisitor
org.ow2.asmdex.FieldWriter
public class FieldWriter
Class visiting a Field and registering it in order to write it.
| Field Summary |
|---|
| Fields inherited from class org.ow2.asmdex.FieldVisitor |
|---|
api, fv |
| Constructor Summary | |
|---|---|
FieldWriter(ConstantPool constantPool,
java.lang.String classOwningName,
int access,
java.lang.String name,
java.lang.String desc,
java.lang.String[] signature,
java.lang.Object value)
Constructor of a Field Writer. |
|
| Method Summary | |
|---|---|
Field |
getField()
Returns the Field managed by the FieldWriter. |
AnnotationVisitor |
visitAnnotation(java.lang.String desc,
boolean visible)
Visits an annotation of the field. |
void |
visitAttribute(java.lang.Object attr)
Visits a non standard attribute of the field. |
void |
visitEnd()
Visits the end of the field. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FieldWriter(ConstantPool constantPool,
java.lang.String classOwningName,
int access,
java.lang.String name,
java.lang.String desc,
java.lang.String[] signature,
java.lang.Object value)
constantPool - the ConstantPool of the Application.classOwningName - the name of the Class owning the Field.access - the access of the Field.name - the name of the Field.desc - the description of the Field.signature - the Signature of the Field. May be Null.value - the value of the Field. May be Null.| Method Detail |
|---|
public Field getField()
public AnnotationVisitor visitAnnotation(java.lang.String desc,
boolean visible)
FieldVisitor
visitAnnotation in class FieldVisitordesc - the class descriptor of the annotation class.visible - true if the annotation is visible at runtime.
public void visitEnd()
FieldVisitor
visitEnd in class FieldVisitorpublic void visitAttribute(java.lang.Object attr)
FieldVisitor
visitAttribute in class FieldVisitorattr - an attribute.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||