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(char[] className)
           
 
方法摘要
 boolean equals(Object obj)
           
 char[] getTypeName()
           
 int hashCode()
           
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

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.