| Package | Description |
|---|---|
| org.eclipse.xtext.xbase.typesystem |
This package is the entry point for clients of the Xbase type inference.
|
| org.eclipse.xtext.xbase.typesystem.internal |
| Modifier and Type | Method and Description |
|---|---|
static IExpressionScope.Anchor |
IExpressionScope.Anchor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IExpressionScope.Anchor[] |
IExpressionScope.Anchor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IExpressionScope |
IResolvedTypes.getExpressionScope(org.eclipse.emf.ecore.EObject context,
IExpressionScope.Anchor anchor)
Returns the scope the given expression is contained in.
|
IExpressionScope |
IResolvedTypes.NullResolvedTypes.getExpressionScope(org.eclipse.emf.ecore.EObject context,
IExpressionScope.Anchor anchor) |
boolean |
IResolvedTypes.hasExpressionScope(org.eclipse.emf.ecore.EObject context,
IExpressionScope.Anchor anchor) |
boolean |
IResolvedTypes.NullResolvedTypes.hasExpressionScope(org.eclipse.emf.ecore.EObject context,
IExpressionScope.Anchor anchor) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ResolvedTypes.addExpressionScope(org.eclipse.emf.ecore.EObject context,
IFeatureScopeSession session,
IExpressionScope.Anchor anchor) |
void |
IFeatureScopeTracker.addExpressionScope(ResolvedTypes current,
org.eclipse.emf.ecore.EObject context,
IFeatureScopeSession session,
IExpressionScope.Anchor anchor)
Stores the given information about the current scope.
|
void |
FeatureScopeTracker.addExpressionScope(ResolvedTypes current,
org.eclipse.emf.ecore.EObject context,
IFeatureScopeSession session,
IExpressionScope.Anchor anchor) |
IExpressionScope |
ResolvedTypes.getExpressionScope(org.eclipse.emf.ecore.EObject context,
IExpressionScope.Anchor anchor) |
IExpressionScope |
IFeatureScopeTracker.getExpressionScope(org.eclipse.emf.ecore.EObject context,
IExpressionScope.Anchor anchor) |
IExpressionScope |
ForwardingResolvedTypes.getExpressionScope(org.eclipse.emf.ecore.EObject context,
IExpressionScope.Anchor anchor) |
IExpressionScope |
FeatureScopeTracker.getExpressionScope(org.eclipse.emf.ecore.EObject context,
IExpressionScope.Anchor anchor) |
IExpressionScope |
EmptyResolvedTypes.getExpressionScope(org.eclipse.emf.ecore.EObject context,
IExpressionScope.Anchor anchor) |
IExpressionScope |
CompoundReentrantTypeResolver.getExpressionScope(org.eclipse.emf.ecore.EObject context,
IExpressionScope.Anchor anchor) |
protected IScope |
ExpressionScope.getFeatureScope(IExpressionScope.Anchor anchor) |
IScope |
ExpressionScope.getFeatureScope(XAbstractFeatureCall currentFeatureCall,
IExpressionScope.Anchor anchor) |
boolean |
ResolvedTypes.hasExpressionScope(org.eclipse.emf.ecore.EObject context,
IExpressionScope.Anchor anchor) |
boolean |
IFeatureScopeTracker.hasExpressionScope(org.eclipse.emf.ecore.EObject context,
IExpressionScope.Anchor anchor) |
boolean |
ForwardingResolvedTypes.hasExpressionScope(org.eclipse.emf.ecore.EObject context,
IExpressionScope.Anchor anchor) |
boolean |
FeatureScopeTracker.hasExpressionScope(org.eclipse.emf.ecore.EObject context,
IExpressionScope.Anchor anchor) |
boolean |
CompoundReentrantTypeResolver.hasExpressionScope(org.eclipse.emf.ecore.EObject context,
IExpressionScope.Anchor anchor) |
protected void |
ResolvedTypes.replacePreviousExpressionScope(org.eclipse.emf.ecore.EObject context,
IFeatureScopeSession session,
IExpressionScope.Anchor anchor) |
void |
IFeatureScopeTracker.replacePreviousExpressionScope(org.eclipse.emf.ecore.EObject context,
IFeatureScopeSession session,
IExpressionScope.Anchor anchor)
Replace previously recorded information about the current scope.
|
void |
FeatureScopeTracker.replacePreviousExpressionScope(org.eclipse.emf.ecore.EObject context,
IFeatureScopeSession session,
IExpressionScope.Anchor anchor) |
IExpressionScope |
ExpressionScope.withAnchor(IExpressionScope.Anchor anchor) |
| Constructor and Description |
|---|
ExpressionScope(FeatureScopes featureScopes,
org.eclipse.emf.ecore.EObject context,
IExpressionScope.Anchor anchor,
ITypeReferenceOwner owner) |
Copyright © 2015. All Rights Reserved.