public abstract class ConstantRef extends java.lang.Object implements Member
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClassName()
The class name of the declaring class.
|
ConstantClass |
getConstantClass() |
java.lang.String |
getName()
The simple name without package
|
java.lang.String |
getType()
Get the type of the method.
|
public java.lang.String getName()
public java.lang.String getClassName()
getClassName in interface Memberpublic java.lang.String getType()
public ConstantClass getConstantClass()