Uses of Interface
com.webcohesion.enunciate.javac.javadoc.JavaDocTagHandler
-
Packages that use JavaDocTagHandler Package Description com.webcohesion.enunciate.javac.decorations.element com.webcohesion.enunciate.javac.decorations.type com.webcohesion.enunciate.javac.javadoc -
-
Uses of JavaDocTagHandler in com.webcohesion.enunciate.javac.decorations.element
Methods in com.webcohesion.enunciate.javac.decorations.element with parameters of type JavaDocTagHandler Modifier and Type Method Description static StringElementUtils. findDeprecationMessage(DecoratedElement<?> el, JavaDocTagHandler tagHandler)StringDecoratedVariableElement. getDocComment(JavaDocTagHandler tagHandler)StringDecoratedElement. getDocValue(JavaDocTagHandler tagHandler)The value of the java doc, before the block tags.JavaDocDecoratedElement. getJavaDoc(JavaDocTagHandler tagHandler)Get the JavaDoc for this element for the given tag handler.protected JavaDocDecoratedElement. getJavaDoc(JavaDocTagHandler tagHandler, boolean useDelegate)protected JavaDocDecoratedVariableElement. getJavaDoc(JavaDocTagHandler tagHandler, boolean useDelegate) -
Uses of JavaDocTagHandler in com.webcohesion.enunciate.javac.decorations.type
Methods in com.webcohesion.enunciate.javac.decorations.type with parameters of type JavaDocTagHandler Modifier and Type Method Description StringDecoratedTypeMirror. getDocValue(JavaDocTagHandler tagHandler) -
Uses of JavaDocTagHandler in com.webcohesion.enunciate.javac.javadoc
Classes in com.webcohesion.enunciate.javac.javadoc that implement JavaDocTagHandler Modifier and Type Class Description classDefaultJavaDocTagHandlerMethods in com.webcohesion.enunciate.javac.javadoc with parameters of type JavaDocTagHandler Modifier and Type Method Description StringDocComment. get(JavaDocTagHandler tagHandler)StringParamDocComment. get(JavaDocTagHandler tagHandler)StringReturnDocComment. get(JavaDocTagHandler tagHandler)StringStaticDocComment. get(JavaDocTagHandler tagHandler)StringThrowsDocComment. get(JavaDocTagHandler tagHandler)protected voidJavaDoc. init(String docComment, JavaDocTagHandler tagHandler, DecoratedElement context, DecoratedProcessingEnvironment env)Constructors in com.webcohesion.enunciate.javac.javadoc with parameters of type JavaDocTagHandler Constructor Description JavaDoc(String docComment, JavaDocTagHandler tagHandler, DecoratedElement context, DecoratedProcessingEnvironment env)
-