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

java.lang.Object
  extended by org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding
      extended by org.eclipse.jdt.internal.compiler.lookup.UnresolvedAnnotationBinding

public class UnresolvedAnnotationBinding
extends AnnotationBinding


Method Summary
 ReferenceBinding getAnnotationType()
           
 ElementValuePair[] getElementValuePairs()
           
 
Methods inherited from class org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding
addStandardAnnotations, computeUniqueKey, setMethodBindings, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getAnnotationType

public ReferenceBinding getAnnotationType()
Overrides:
getAnnotationType in class AnnotationBinding

getElementValuePairs

public ElementValuePair[] getElementValuePairs()
Overrides:
getElementValuePairs in class AnnotationBinding