|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 IBinaryAnnotation 的软件包 | |
|---|---|
| org.eclipse.jdt.internal.compiler.classfmt | |
| org.eclipse.jdt.internal.compiler.env | |
| org.eclipse.jdt.internal.compiler.lookup | |
| org.eclipse.jdt.internal.compiler.classfmt 中 IBinaryAnnotation 的使用 |
|---|
| 实现 IBinaryAnnotation 的 org.eclipse.jdt.internal.compiler.classfmt 中的类 | |
|---|---|
class |
AnnotationInfo
|
| 返回 IBinaryAnnotation 的 org.eclipse.jdt.internal.compiler.classfmt 中的方法 | |
|---|---|
IBinaryAnnotation[] |
MethodInfoWithAnnotations.getAnnotations()
|
IBinaryAnnotation[] |
MethodInfo.getAnnotations()
|
IBinaryAnnotation[] |
FieldInfoWithAnnotation.getAnnotations()
|
IBinaryAnnotation[] |
FieldInfo.getAnnotations()
|
IBinaryAnnotation[] |
ClassFileReader.getAnnotations()
|
IBinaryAnnotation[] |
AnnotationMethodInfoWithAnnotations.getAnnotations()
|
IBinaryAnnotation[] |
MethodInfo.getParameterAnnotations(int index)
|
| org.eclipse.jdt.internal.compiler.env 中 IBinaryAnnotation 的使用 |
|---|
| 返回 IBinaryAnnotation 的 org.eclipse.jdt.internal.compiler.env 中的方法 | |
|---|---|
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 |
| org.eclipse.jdt.internal.compiler.lookup 中 IBinaryAnnotation 的使用 |
|---|
| 参数类型为 IBinaryAnnotation 的 org.eclipse.jdt.internal.compiler.lookup 中的方法 | |
|---|---|
static AnnotationBinding[] |
BinaryTypeBinding.createAnnotations(IBinaryAnnotation[] annotationInfos,
LookupEnvironment env,
char[][][] missingTypeNames)
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||