org.eclipse.jdt.internal.compiler.lookup
类 AnnotationBinding
java.lang.Object
org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding
- 直接已知子类:
- UnresolvedAnnotationBinding
public class AnnotationBinding
- extends Object
Represents JSR 175 Annotation instances in the type-system.
addStandardAnnotations
public static AnnotationBinding[] addStandardAnnotations(AnnotationBinding[] recordedAnnotations,
long annotationTagBits,
LookupEnvironment env)
- Add the standard annotations encoded in the tag bits to the recorded annotations.
- 参数:
recordedAnnotations - existing annotations already createdannotationTagBits - env -
- 返回:
- the combined list of annotations
computeUniqueKey
public char[] computeUniqueKey(char[] recipientKey)
getAnnotationType
public ReferenceBinding getAnnotationType()
getElementValuePairs
public ElementValuePair[] getElementValuePairs()
setMethodBindings
public static void setMethodBindings(ReferenceBinding type,
ElementValuePair[] pairs)
toString
public String toString()
- 覆盖:
- 类
Object 中的 toString
Copyright © 2013. All Rights Reserved.