Class IExpressionScope.NullExpressionScope
- java.lang.Object
-
- org.eclipse.xtext.xbase.typesystem.IExpressionScope.NullExpressionScope
-
- All Implemented Interfaces:
IExpressionScope
- Enclosing interface:
- IExpressionScope
public static class IExpressionScope.NullExpressionScope extends java.lang.Object implements IExpressionScope
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.xtext.xbase.typesystem.IExpressionScope
IExpressionScope.Anchor, IExpressionScope.NullExpressionScope
-
-
Field Summary
-
Fields inherited from interface org.eclipse.xtext.xbase.typesystem.IExpressionScope
NULL
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedNullExpressionScope()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.xtext.scoping.IScopegetFeatureScope()org.eclipse.xtext.scoping.IScopegetFeatureScope(XAbstractFeatureCall currentFeatureCall)java.util.List<java.lang.String>getTypeNamePrefix()Returns the prefix that was used to resolve the feature as a type literal if any.booleanisPotentialTypeLiteral()If the current feature is worth to be tested as a type literal.
-
-
-
Method Detail
-
getFeatureScope
public org.eclipse.xtext.scoping.IScope getFeatureScope()
- Specified by:
getFeatureScopein interfaceIExpressionScope
-
getFeatureScope
public org.eclipse.xtext.scoping.IScope getFeatureScope(XAbstractFeatureCall currentFeatureCall)
- Specified by:
getFeatureScopein interfaceIExpressionScope
-
getTypeNamePrefix
public java.util.List<java.lang.String> getTypeNamePrefix()
Description copied from interface:IExpressionScopeReturns the prefix that was used to resolve the feature as a type literal if any.- Specified by:
getTypeNamePrefixin interfaceIExpressionScope
-
isPotentialTypeLiteral
public boolean isPotentialTypeLiteral()
Description copied from interface:IExpressionScopeIf the current feature is worth to be tested as a type literal.- Specified by:
isPotentialTypeLiteralin interfaceIExpressionScope
-
-