|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.biojava.utils.bytecode.CodeField
public final class CodeField
Wrap up details about a field in a Java class file.
Instances of this type will be instantiated by CodeClass instances, using the getField() methods.
| Method Summary | |
|---|---|
CodeClass |
getContainingClass()
Get the class that contains this field. |
java.lang.String |
getFullName()
Get the fully qualified name of the field. |
int |
getModifiers()
Get the moddifiers applied to this field. |
java.lang.String |
getName()
Get the name of the field. |
CodeClass |
getType()
Get the type of the field. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String getFullName()
public CodeClass getContainingClass()
public CodeClass getType()
public int getModifiers()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||