| Package | Description |
|---|---|
| org.eclipse.xtext.xbase.scoping.batch |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSessionBasedExecutableScope |
class |
AbstractStaticImportsScope |
class |
AbstractStaticOrInstanceFeatureScope |
class |
CompositeScope
A composite scope returns description from multiple other scopes without applying shadowing semantics to then.
|
class |
ConstructorDelegateScope
A constructor delegate scope provides the descriptions for
this() and super()
calls in a constructor body. |
class |
DynamicExtensionsScope
A scope that contains dynamic extension features, which are features that are contributed by an instance of a type.
|
class |
LocalVariableScope
A scope for the local variables that have been registered in the given session.
|
class |
NestedTypeLiteralScope
A scope that returns nested types.
|
class |
ReceiverFeatureScope
A scope that returns the features of a given receiver type.
|
class |
StaticExtensionImportsScope
A scope that contains static extension features, which are features that are contributed statically via an import.
|
class |
StaticFeatureOnTypeLiteralScope
A scope for the static features that are exposed by a type that was used, e.g.
|
class |
StaticFeatureScope
A scope that contains static features.
|
class |
StaticImportsScope
A scope for the statically imported features.
|
class |
TypeLiteralScope
A scope that returns types, e.g. for member feature calls that are actually type references like
java.lang.String. |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeScope.addDelegate(AbstractSessionBasedScope delegate) |
Copyright © 2015. All Rights Reserved.