public static class IExpressionScope.NullExpressionScope extends java.lang.Object implements IExpressionScope
IExpressionScope.Anchor, IExpressionScope.NullExpressionScopeNULL| Modifier | Constructor and Description |
|---|---|
protected |
NullExpressionScope() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.xtext.scoping.IScope |
getFeatureScope() |
org.eclipse.xtext.scoping.IScope |
getFeatureScope(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.
|
boolean |
isPotentialTypeLiteral()
If the current feature is worth to be
tested as a type literal.
|
public org.eclipse.xtext.scoping.IScope getFeatureScope()
getFeatureScope in interface IExpressionScopepublic org.eclipse.xtext.scoping.IScope getFeatureScope(XAbstractFeatureCall currentFeatureCall)
getFeatureScope in interface IExpressionScopepublic java.util.List<java.lang.String> getTypeNamePrefix()
IExpressionScopegetTypeNamePrefix in interface IExpressionScopepublic boolean isPotentialTypeLiteral()
IExpressionScopeisPotentialTypeLiteral in interface IExpressionScope