org.eclipse.jdt.internal.compiler.lookup
类 UnresolvedAnnotationBinding

java.lang.Object
  继承者 org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding
      继承者 org.eclipse.jdt.internal.compiler.lookup.UnresolvedAnnotationBinding

public class UnresolvedAnnotationBinding
extends AnnotationBinding


方法摘要
 ReferenceBinding getAnnotationType()
           
 ElementValuePair[] getElementValuePairs()
           
 
从类 org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding 继承的方法
addStandardAnnotations, computeUniqueKey, setMethodBindings, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

方法详细信息

getAnnotationType

public ReferenceBinding getAnnotationType()
覆盖:
AnnotationBinding 中的 getAnnotationType

getElementValuePairs

public ElementValuePair[] getElementValuePairs()
覆盖:
AnnotationBinding 中的 getElementValuePairs


Copyright © 2013. All Rights Reserved.