Package gw.gosudoc.doc
Class GSDocImplShim
- java.lang.Object
-
- gw.gosudoc.doc.GSDocImplShim
-
- All Implemented Interfaces:
Doc
,Comparable<Object>
public abstract class GSDocImplShim extends Object implements Doc
-
-
Constructor Summary
Constructors Constructor Description GSDocImplShim()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract boolean
getIsClassShimmed()
boolean
isClass()
Is this Doc item a class (and not an interface or annotation type)? This includes ordinary classes, enums, errors and exceptions.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface gw.gosudoc.com.sun.javadoc.Doc
commentText, compareTo, firstSentenceTags, getRawCommentText, inlineTags, isAnnotationType, isAnnotationTypeElement, isConstructor, isEnum, isEnumConstant, isError, isException, isField, isIncluded, isInterface, isMethod, isOrdinaryClass, name, position, seeTags, setRawCommentText, tags, tags
-
-