public final class CodeField
extends java.lang.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.
|
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() |
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