|
|||||||||
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. |
String |
getFullName()
Get the fully qualified name of the field. |
int |
getModifiers()
Get the moddifiers applied to this field. |
String |
getName()
Get the name of the field. |
CodeClass |
getType()
Get the type of the field. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String getName()
public String getFullName()
public CodeClass getContainingClass()
public CodeClass getType()
public int getModifiers()
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |