public class EnumLiteralImporter extends java.lang.Object implements ITypeImporter.Client
| Constructor and Description |
|---|
EnumLiteralImporter(org.eclipse.xtext.common.types.JvmDeclaredType enumType) |
| Modifier and Type | Method and Description |
|---|---|
void |
doAddImports(ITypeImporter importer)
Clients should use the importer to add static imports to the scope.
|
public EnumLiteralImporter(org.eclipse.xtext.common.types.JvmDeclaredType enumType)
public void doAddImports(ITypeImporter importer)
ITypeImporter.ClientdoAddImports in interface ITypeImporter.Client