public final class CodeField extends Object
Instances of this type will be instantiated by CodeClass instances, using the getField() methods.
| Modifier and Type | Method and Description |
|---|---|
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() |
public String getName()
public String getFullName()
public CodeClass getContainingClass()
public CodeClass getType()
public int getModifiers()
Copyright © 2014 BioJava. All Rights Reserved.