Class TypeImpl_stringSubtype

All Implemented Interfaces:
Comparable<TypeImpl>, Iterable<Feature>, Type

public class TypeImpl_stringSubtype extends TypeImpl_string
  • Constructor Details

  • Method Details

    • isStringSubtype

      public boolean isStringSubtype()
      Description copied from interface: Type
      Check if the type is a String subtype. Note: returns false if a plain string
      Specified by:
      isStringSubtype in interface Type
      Overrides:
      isStringSubtype in class TypeImpl
      Returns:
      true iff the type is a String subtype type; false for plain string
      See Also: