org.aspectj.org.eclipse.jdt.internal.compiler.codegen
Class AnnotationContext
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.codegen.AnnotationContext
public class AnnotationContext
- extends java.lang.Object
|
Method Summary |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
VISIBLE
public static final int VISIBLE
- See Also:
- Constant Field Values
INVISIBLE
public static final int INVISIBLE
- See Also:
- Constant Field Values
annotation
public Annotation annotation
typeReference
public Expression typeReference
targetType
public int targetType
info
public int info
info2
public int info2
visibility
public int visibility
variableBinding
public LocalVariableBinding variableBinding
wildcard
public Wildcard wildcard
AnnotationContext
public AnnotationContext(Annotation annotation,
Expression typeReference,
int targetType,
int visibility)
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object