|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IBinaryAnnotation | |
|---|---|
| org.eclipse.jdt.internal.compiler.classfmt | |
| org.eclipse.jdt.internal.compiler.env | |
| org.eclipse.jdt.internal.compiler.lookup | |
| Uses of IBinaryAnnotation in org.eclipse.jdt.internal.compiler.classfmt |
|---|
| Classes in org.eclipse.jdt.internal.compiler.classfmt that implement IBinaryAnnotation | |
|---|---|
class |
AnnotationInfo
|
| Methods in org.eclipse.jdt.internal.compiler.classfmt that return IBinaryAnnotation | |
|---|---|
IBinaryAnnotation[] |
MethodInfoWithAnnotations.getAnnotations()
|
IBinaryAnnotation[] |
MethodInfo.getAnnotations()
|
IBinaryAnnotation[] |
FieldInfoWithAnnotation.getAnnotations()
|
IBinaryAnnotation[] |
FieldInfo.getAnnotations()
|
IBinaryAnnotation[] |
ClassFileReader.getAnnotations()
|
IBinaryAnnotation[] |
AnnotationMethodInfoWithAnnotations.getAnnotations()
|
IBinaryAnnotation[] |
MethodInfo.getParameterAnnotations(int index)
|
| Uses of IBinaryAnnotation in org.eclipse.jdt.internal.compiler.env |
|---|
| Methods in org.eclipse.jdt.internal.compiler.env that return IBinaryAnnotation | |
|---|---|
IBinaryAnnotation[] |
IBinaryType.getAnnotations()
Answer the runtime visible and invisible annotations for this type or null if none. |
IBinaryAnnotation[] |
IBinaryMethod.getAnnotations()
Answer the runtime visible and invisible annotations for this method or null if none. |
IBinaryAnnotation[] |
IBinaryField.getAnnotations()
Answer the runtime visible and invisible annotations for this field or null if none. |
IBinaryAnnotation[] |
IBinaryMethod.getParameterAnnotations(int index)
Answer the annotations on the indexth parameter or null if none |
| Uses of IBinaryAnnotation in org.eclipse.jdt.internal.compiler.lookup |
|---|
| Methods in org.eclipse.jdt.internal.compiler.lookup with parameters of type IBinaryAnnotation | |
|---|---|
static AnnotationBinding[] |
BinaryTypeBinding.createAnnotations(IBinaryAnnotation[] annotationInfos,
LookupEnvironment env,
char[][][] missingTypeNames)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||