Class ExtendsTypeArgumentExtension

java.lang.Object
org.emftext.language.java.extensions.generics.ExtendsTypeArgumentExtension

public class ExtendsTypeArgumentExtension extends Object
  • Constructor Details

    • ExtendsTypeArgumentExtension

      public ExtendsTypeArgumentExtension()
  • Method Details

    • getExtendTypes

      @Deprecated public static EList<TypeReference> getExtendTypes(ExtendsTypeArgument me)
      Deprecated.
      Use getExtendType() to receive the upper bound directly.
      Returns the upper bound of an ExtendsTypeArgument wrapped in a list. This is a legacy method to provide a stable and backwards-compatible API.
      Parameters:
      me - the ExtendsTypeArgument which upper bound will be wrapped in a list.
      Returns:
      the list wrapping the upper bound.