|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IBinaryTypeAnnotation | |
|---|---|
| org.eclipse.jdt.internal.compiler.classfmt | |
| org.eclipse.jdt.internal.compiler.env | |
| Uses of IBinaryTypeAnnotation in org.eclipse.jdt.internal.compiler.classfmt |
|---|
| Classes in org.eclipse.jdt.internal.compiler.classfmt that implement IBinaryTypeAnnotation | |
|---|---|
class |
TypeAnnotationInfo
The TypeAnnotationInfo class does not currently support type annotations within code blocks (those that have a target type of 0x40 and higher) - it is not yet clear that these need to be accessible. |
| Fields in org.eclipse.jdt.internal.compiler.classfmt declared as IBinaryTypeAnnotation | |
|---|---|
protected IBinaryTypeAnnotation[] |
TypeAnnotationWalker.typeAnnotations
|
| Methods in org.eclipse.jdt.internal.compiler.classfmt that return IBinaryTypeAnnotation | |
|---|---|
IBinaryTypeAnnotation[] |
MethodInfo.getTypeAnnotations()
|
IBinaryTypeAnnotation[] |
FieldInfo.getTypeAnnotations()
|
IBinaryTypeAnnotation[] |
FieldInfoWithTypeAnnotation.getTypeAnnotations()
|
IBinaryTypeAnnotation[] |
ClassFileReader.getTypeAnnotations()
|
| Constructors in org.eclipse.jdt.internal.compiler.classfmt with parameters of type IBinaryTypeAnnotation | |
|---|---|
NonNullDefaultAwareTypeAnnotationWalker(IBinaryTypeAnnotation[] typeAnnotations,
int defaultNullness,
LookupEnvironment environment)
Create initial walker with non-empty type annotations. |
|
TypeAnnotationWalker(IBinaryTypeAnnotation[] typeAnnotations)
|
|
TypeAnnotationWalker(IBinaryTypeAnnotation[] typeAnnotations,
long matchBits,
int pathPtr)
|
|
| Uses of IBinaryTypeAnnotation in org.eclipse.jdt.internal.compiler.env |
|---|
| Methods in org.eclipse.jdt.internal.compiler.env that return IBinaryTypeAnnotation | |
|---|---|
IBinaryTypeAnnotation[] |
IBinaryField.getTypeAnnotations()
Answer the runtime visible and invisible type annotations for this field or null if none. |
IBinaryTypeAnnotation[] |
IBinaryMethod.getTypeAnnotations()
Answer the type annotations on this method. |
IBinaryTypeAnnotation[] |
IBinaryType.getTypeAnnotations()
Answer the runtime visible and invisible type annotations for this type or null if none. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||