Interface IExpressionScope

    • Method Detail

      • getFeatureScope

        org.eclipse.xtext.scoping.IScope getFeatureScope()
      • getFeatureScope

        org.eclipse.xtext.scoping.IScope getFeatureScope​(XAbstractFeatureCall currentFeatureCall)
      • getTypeNamePrefix

        java.util.List<java.lang.String> getTypeNamePrefix()
        Returns the prefix that was used to resolve the feature as a type literal if any.
      • isPotentialTypeLiteral

        boolean isPotentialTypeLiteral()
        If the current feature is worth to be tested as a type literal.