Interface ITypeImporter.Client
-
- All Known Implementing Classes:
EnumLiteralImporter
- Enclosing interface:
- ITypeImporter
public static interface ITypeImporter.ClientThis is facade to add imports on the same level in a type computation state.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddoAddImports(ITypeImporter importer)Clients should use the importer to add static imports to the scope.
-
-
-
Method Detail
-
doAddImports
void doAddImports(ITypeImporter importer)
Clients should use the importer to add static imports to the scope.
-
-