Class GSDocImplShim

    • 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()