public class ClassRef extends java.lang.Object
| Constructor and Description |
|---|
ClassRef(java.lang.String className)
Initializes a new class reference.
|
| Modifier and Type | Method 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.
|
public ClassRef(java.lang.String className)
public FieldRef[] getFieldArray()
public MethodRef[] getMethodArray()
public java.lang.String getName()