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

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

public class UnresolvedAnnotationBinding
extends AnnotationBinding


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

Method Detail

resolve

public void resolve()
Overrides:
resolve in class AnnotationBinding

getAnnotationType

public ReferenceBinding getAnnotationType()
Overrides:
getAnnotationType in class AnnotationBinding

getElementValuePairs

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