Class GSDocImplShim

  • All Implemented Interfaces:
    Doc, java.lang.Comparable<java.lang.Object>

    public abstract class GSDocImplShim
    extends java.lang.Object
    implements Doc
    • Constructor Detail

      • GSDocImplShim

        public GSDocImplShim()
    • Method Detail

      • isClass

        public boolean isClass()
        Description copied from interface: Doc
        Is this Doc item a class (and not an interface or annotation type)? This includes ordinary classes, enums, errors and exceptions.
        Specified by:
        isClass in interface Doc
        Returns:
        true if it represents a class
      • getIsClassShimmed

        public abstract boolean getIsClassShimmed()