Class NestedTypeLiteralScope
- java.lang.Object
-
- org.eclipse.xtext.scoping.impl.AbstractScope
-
- org.eclipse.xtext.xbase.scoping.batch.AbstractSessionBasedScope
-
- org.eclipse.xtext.xbase.scoping.batch.NestedTypeLiteralScope
-
- All Implemented Interfaces:
org.eclipse.xtext.scoping.IScope
public class NestedTypeLiteralScope extends AbstractSessionBasedScope
A scope that returns nested types.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.xtext.xbase.scoping.batch.AbstractSessionBasedScope
AbstractSessionBasedScope.NameAcceptor
-
-
Constructor Summary
Constructors Constructor Description NestedTypeLiteralScope(org.eclipse.xtext.scoping.IScope parent, IFeatureScopeSession session, XAbstractFeatureCall featureCall, LightweightTypeReference enclosingType, org.eclipse.xtext.common.types.JvmType rawEnclosingType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.eclipse.xtext.common.types.JvmTypefindNestedType(org.eclipse.xtext.common.types.JvmDeclaredType outerType, java.util.Iterator<java.lang.String> iterator)protected java.util.List<org.eclipse.xtext.resource.IEObjectDescription>getAllLocalElements()protected java.util.List<org.eclipse.xtext.resource.IEObjectDescription>getLocalElementsByName(org.eclipse.xtext.naming.QualifiedName name)protected booleanisVisible(org.eclipse.xtext.common.types.JvmType type)-
Methods inherited from class org.eclipse.xtext.xbase.scoping.batch.AbstractSessionBasedScope
addToList, addToList, findAllFeaturesByName, getElements, getFeatureCall, getLocalElementsByEObject, getSession, getShadowingKey, isShadowed, processAsPropertyNames, processFeatureNames, toProperty, toProperty, tryGetAsPropertyName
-
-
-
-
Constructor Detail
-
NestedTypeLiteralScope
public NestedTypeLiteralScope(org.eclipse.xtext.scoping.IScope parent, IFeatureScopeSession session, XAbstractFeatureCall featureCall, LightweightTypeReference enclosingType, org.eclipse.xtext.common.types.JvmType rawEnclosingType)
-
-
Method Detail
-
getLocalElementsByName
protected java.util.List<org.eclipse.xtext.resource.IEObjectDescription> getLocalElementsByName(org.eclipse.xtext.naming.QualifiedName name)
- Specified by:
getLocalElementsByNamein classAbstractSessionBasedScope
-
findNestedType
protected org.eclipse.xtext.common.types.JvmType findNestedType(org.eclipse.xtext.common.types.JvmDeclaredType outerType, java.util.Iterator<java.lang.String> iterator)
-
isVisible
protected boolean isVisible(org.eclipse.xtext.common.types.JvmType type)
-
getAllLocalElements
protected java.util.List<org.eclipse.xtext.resource.IEObjectDescription> getAllLocalElements()
- Specified by:
getAllLocalElementsin classAbstractSessionBasedScope
-
-