Class GSDocImplShim

java.lang.Object
gw.gosudoc.doc.GSDocImplShim
All Implemented Interfaces:
Doc, Comparable<Object>

public abstract class GSDocImplShim extends Object implements Doc
  • Constructor Details

    • GSDocImplShim

      public GSDocImplShim()
  • Method Details

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