|
||||||||||
| 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 | |
| org.eclipse.jdt.internal.core.util | |
| Uses of IBinaryAnnotation in org.eclipse.jdt.internal.compiler.classfmt |
|---|
| Classes in org.eclipse.jdt.internal.compiler.classfmt that implement IBinaryAnnotation | |
|---|---|
class |
AnnotationInfo
|
| Fields in org.eclipse.jdt.internal.compiler.classfmt declared as IBinaryAnnotation | |
|---|---|
static IBinaryAnnotation[] |
TypeAnnotationWalker.NO_ANNOTATIONS
|
| Methods in org.eclipse.jdt.internal.compiler.classfmt that return IBinaryAnnotation | |
|---|---|
IBinaryAnnotation |
TypeAnnotationInfo.getAnnotation()
|
IBinaryAnnotation[] |
MethodInfo.getAnnotations()
|
IBinaryAnnotation[] |
FieldInfo.getAnnotations()
|
IBinaryAnnotation[] |
FieldInfoWithAnnotation.getAnnotations()
|
IBinaryAnnotation[] |
MethodInfoWithAnnotations.getAnnotations()
|
IBinaryAnnotation[] |
ClassFileReader.getAnnotations()
|
IBinaryAnnotation[] |
AnnotationMethodInfoWithAnnotations.getAnnotations()
|
IBinaryAnnotation[] |
NonNullDefaultAwareTypeAnnotationWalker.getAnnotationsAtCursor()
|
IBinaryAnnotation[] |
TypeAnnotationWalker.getAnnotationsAtCursor()
Retrieve the type annotations at the current position reached by invocations of toXYZ() methods. |
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 |
IBinaryTypeAnnotation.getAnnotation()
|
IBinaryAnnotation[] |
IBinaryField.getAnnotations()
Answer the runtime visible and invisible annotations for this field or null if none. |
IBinaryAnnotation[] |
IBinaryMethod.getAnnotations()
Answer the runtime visible and invisible annotations for this method or null if none. |
IBinaryAnnotation[] |
IBinaryType.getAnnotations()
Answer the runtime visible and invisible annotations for this type 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)
|
| Uses of IBinaryAnnotation in org.eclipse.jdt.internal.core.util |
|---|
| Methods in org.eclipse.jdt.internal.core.util with parameters of type IBinaryAnnotation | |
|---|---|
static IAnnotation |
Util.getAnnotation(JavaElement parent,
IBinaryAnnotation binaryAnnotation,
java.lang.String memberValuePairName)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||