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

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

org.eclipse.jdt.internal.compilerIBinaryType 的使用
 

参数类型为 IBinaryTypeorg.eclipse.jdt.internal.compiler 中的方法
 void Compiler.accept(IBinaryType binaryType, PackageBinding packageBinding, AccessRestriction accessRestriction)
          Add an additional binary type
 

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

实现 IBinaryTypeorg.eclipse.jdt.internal.compiler.classfmt 中的类
 class ClassFileReader
           
 

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

返回 IBinaryTypeorg.eclipse.jdt.internal.compiler.env 中的方法
 IBinaryType NameEnvironmentAnswer.getBinaryType()
          Answer the resolved binary form for the type or null if the receiver represents a compilation unit or source type.
 

参数类型为 IBinaryTypeorg.eclipse.jdt.internal.compiler.env 中的构造方法
NameEnvironmentAnswer(IBinaryType binaryType, AccessRestriction accessRestriction)
           
 

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

参数类型为 IBinaryTypeorg.eclipse.jdt.internal.compiler.impl 中的方法
 void ITypeRequestor.accept(IBinaryType binaryType, PackageBinding packageBinding, AccessRestriction accessRestriction)
          Accept the resolved binary form for the requested type.
 

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

参数类型为 IBinaryTypeorg.eclipse.jdt.internal.compiler.lookup 中的方法
 BinaryTypeBinding LookupEnvironment.cacheBinaryType(IBinaryType binaryType, AccessRestriction accessRestriction)
           
 BinaryTypeBinding LookupEnvironment.cacheBinaryType(IBinaryType binaryType, boolean needFieldsAndMethods, AccessRestriction accessRestriction)
           
 BinaryTypeBinding LookupEnvironment.createBinaryTypeFrom(IBinaryType binaryType, PackageBinding packageBinding, AccessRestriction accessRestriction)
           
 BinaryTypeBinding LookupEnvironment.createBinaryTypeFrom(IBinaryType binaryType, PackageBinding packageBinding, boolean needFieldsAndMethods, AccessRestriction accessRestriction)
           
 

参数类型为 IBinaryTypeorg.eclipse.jdt.internal.compiler.lookup 中的构造方法
BinaryTypeBinding(PackageBinding packageBinding, IBinaryType binaryType, LookupEnvironment environment)
          Standard constructor for creating binary type bindings from binary models (classfiles)
 



Copyright © 2013. All Rights Reserved.