org.eclipse.jdt.internal.compiler.env
类 ClassSignature
java.lang.Object
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.
ClassSignature
public ClassSignature(char[] className)
getTypeName
public char[] getTypeName()
- 返回:
- name of the type in the class file format
toString
public String toString()
- 覆盖:
- 类
Object 中的 toString
hashCode
public int hashCode()
- 覆盖:
- 类
Object 中的 hashCode
equals
public boolean equals(Object obj)
- 覆盖:
- 类
Object 中的 equals
Copyright © 2013. All Rights Reserved.