public interface ITypeRequestor
| Modifier and Type | Method and Description |
|---|---|
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.
|
void accept(IBinaryType binaryType, PackageBinding packageBinding, AccessRestriction accessRestriction)
void accept(ICompilationUnit unit, AccessRestriction accessRestriction)
void accept(ISourceType[] sourceType, PackageBinding packageBinding, AccessRestriction accessRestriction)