Class StaticFeatureOnTypeLiteralScope

  • All Implemented Interfaces:
    org.eclipse.xtext.scoping.IScope, IFeatureNames

    public class StaticFeatureOnTypeLiteralScope
    extends StaticFeatureScope
    implements IFeatureNames
    A scope for the static features that are exposed by a type that was used, e.g. java.lang.String.valueOf(1) where valueOf(1) is to be linked. This scope includes qualified references to this and super.