| Package | Description |
|---|---|
| org.eclipse.xtext.xbase.scoping.batch | |
| org.eclipse.xtext.xbase.typesystem.computation |
This package contains the primary hooks for the actual type computation in Xbase
as well as their respective base implementations.
|
| org.eclipse.xtext.xbase.typesystem.internal |
| Modifier and Type | Method and Description |
|---|---|
IFeatureScopeSession |
IFeatureScopeSession.addImports(ITypeImporter.Client importer)
Add types to the session that are either imported statically or as extension.
|
IFeatureScopeSession |
AbstractFeatureScopeSession.addImports(ITypeImporter.Client importer) |
protected IFeatureScopeSession |
TypeImporter.process(AbstractFeatureScopeSession parent,
ITypeImporter.Client client) |
| Modifier and Type | Class and Description |
|---|---|
class |
EnumLiteralImporter
Imports the enum literals that are defined in a given enum type statically.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ITypeComputationState.addImports(ITypeImporter.Client importer)
Allows to add several imports in a bulk operation on a fine grained basis,
e.g. it supports to import only a subset of the members of a type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ForwardingTypeComputationState.addImports(ITypeImporter.Client importer) |
void |
CompoundTypeComputationState.addImports(ITypeImporter.Client importer) |
void |
AbstractTypeComputationState.addImports(ITypeImporter.Client importer) |
Copyright © 2015. All Rights Reserved.