org.eclipse.jdt.internal.compiler.classfmt
类 ElementValuePairInfo

java.lang.Object
  继承者 org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo
所有已实现的接口:
IBinaryElementValuePair

public class ElementValuePairInfo
extends Object
implements IBinaryElementValuePair


方法摘要
 boolean equals(Object obj)
           
 char[] getName()
           
 Object getValue()
          Return ClassSignature for a Class Class.
 int hashCode()
           
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

方法详细信息

getName

public char[] getName()
指定者:
接口 IBinaryElementValuePair 中的 getName
返回:
the name of the member

getValue

public Object getValue()
从接口 IBinaryElementValuePair 复制的描述
Return ClassSignature for a Class Class. Return Constant for compile-time constant of primitive type, as well as String literals. Return EnumConstantSignature if value is an enum constant. Return IBinaryAnnotation for annotation type. Return Object[] for array type.

指定者:
接口 IBinaryElementValuePair 中的 getValue
返回:
the value of this member value pair

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.