public class AnnotationContext
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
Annotation |
annotation |
int |
info |
int |
info2 |
static int |
INVISIBLE |
int |
targetType |
Expression |
typeReference |
LocalVariableBinding |
variableBinding |
int |
visibility |
static int |
VISIBLE |
Wildcard |
wildcard |
| Constructor and Description |
|---|
AnnotationContext(Annotation annotation,
Expression typeReference,
int targetType,
int visibility) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public static final int VISIBLE
public static final int INVISIBLE
public Annotation annotation
public Expression typeReference
public int targetType
public int info
public int info2
public int visibility
public LocalVariableBinding variableBinding
public Wildcard wildcard
public AnnotationContext(Annotation annotation, Expression typeReference, int targetType, int visibility)