接口 org.eclipse.jdt.internal.compiler.env.IBinaryAnnotation
的使用

使用 IBinaryAnnotation 的软件包
org.eclipse.jdt.internal.compiler.classfmt   
org.eclipse.jdt.internal.compiler.env   
org.eclipse.jdt.internal.compiler.lookup   
 

org.eclipse.jdt.internal.compiler.classfmtIBinaryAnnotation 的使用
 

实现 IBinaryAnnotationorg.eclipse.jdt.internal.compiler.classfmt 中的类
 class AnnotationInfo
           
 

返回 IBinaryAnnotationorg.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.envIBinaryAnnotation 的使用
 

返回 IBinaryAnnotationorg.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.lookupIBinaryAnnotation 的使用
 

参数类型为 IBinaryAnnotationorg.eclipse.jdt.internal.compiler.lookup 中的方法
static AnnotationBinding[] BinaryTypeBinding.createAnnotations(IBinaryAnnotation[] annotationInfos, LookupEnvironment env, char[][][] missingTypeNames)
           
 



Copyright © 2013. All Rights Reserved.