| Constructor and description |
|---|
ClassRef
(java.lang.String className)Initializes a new class reference . |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
addField(FieldRef fref)Adds the field to the field list. |
|
void |
addMethod(MethodRef mref)Adds the method to the method list. |
|
FieldRef[] |
getFieldArray()Returns the field list as an array. |
|
MethodRef[] |
getMethodArray()Returns the method list as an array. |
|
java.lang.String |
getName()Gets the class name. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Adds the field to the field list.
Adds the method to the method list.
Returns the field list as an array.
Returns the method list as an array.
Gets the class name.