java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.env.ClassSignature

public class ClassSignature extends Object
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 Details

    • ClassSignature

      public ClassSignature(char[] className)
  • Method Details

    • getTypeName

      public char[] getTypeName()
      Returns:
      name of the type in the class file format
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object