org.eclipse.jdt.internal.compiler.impl
接口 ITypeRequestor

所有已知实现类:
Compiler

public interface ITypeRequestor


方法摘要
 void accept(IBinaryType binaryType, PackageBinding packageBinding, AccessRestriction accessRestriction)
          Accept the resolved binary form for the requested type.
 void accept(ICompilationUnit unit, AccessRestriction accessRestriction)
          Accept the requested type's compilation unit.
 void accept(ISourceType[] sourceType, PackageBinding packageBinding, AccessRestriction accessRestriction)
          Accept the unresolved source forms for the requested type.
 

方法详细信息

accept

void accept(IBinaryType binaryType,
            PackageBinding packageBinding,
            AccessRestriction accessRestriction)
Accept the resolved binary form for the requested type.


accept

void accept(ICompilationUnit unit,
            AccessRestriction accessRestriction)
Accept the requested type's compilation unit.


accept

void accept(ISourceType[] sourceType,
            PackageBinding packageBinding,
            AccessRestriction accessRestriction)
Accept the unresolved source forms for the requested type. Note that the multiple source forms can be answered, in case the target compilation unit contains multiple types. The first one is then guaranteed to be the one corresponding to the requested type.



Copyright © 2013. All Rights Reserved.