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
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.