Class ClassSignature
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.env.ClassSignature
Represents a class reference in the class file.
One of the possible results for the default value of an annotation method or an element value pair.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ClassSignature
public ClassSignature(char[] className)
-
-
Method Details
-
getTypeName
public char[] getTypeName()- Returns:
- name of the type in the class file format
-
toString
-
hashCode
-
equals
-