Class StaticFeatureDescriptionWithTypeLiteralReceiver

  • All Implemented Interfaces:
    org.eclipse.xtext.resource.IEObjectDescription, IIdentifiableElementDescription

    public class StaticFeatureDescriptionWithTypeLiteralReceiver
    extends StaticFeatureDescriptionWithSyntacticReceiver
    A description that has a receiver expression which resolves to a type. The feature is considered to be a static member of that type thus it is the dot-notation variant of expressions with a static qualifier, e.g. String::CASE_INSENSITIVE_COMPARATOR and String.CASE_INSENSITIVE_COMPARATOR are equivalent. The latter member feature call is described by a StaticFeatureDescriptionWithTypeLiteralReceiver.