Uses of Class
com.webcohesion.enunciate.javac.decorations.element.DecoratedElement
-
Packages that use DecoratedElement Package Description com.webcohesion.enunciate.javac.decorations com.webcohesion.enunciate.javac.decorations.element com.webcohesion.enunciate.javac.javadoc -
-
Uses of DecoratedElement in com.webcohesion.enunciate.javac.decorations
Methods in com.webcohesion.enunciate.javac.decorations with parameters of type DecoratedElement Modifier and Type Method Description voidElementDecoration. applyTo(DecoratedElement e, DecoratedProcessingEnvironment env)Apply this decoration to the given decorated element. -
Uses of DecoratedElement in com.webcohesion.enunciate.javac.decorations.element
Subclasses of DecoratedElement in com.webcohesion.enunciate.javac.decorations.element Modifier and Type Class Description classDecoratedExecutableElementclassDecoratedPackageElementclassDecoratedTypeElementA decorated type declaration provides:classDecoratedTypeParameterElementclassDecoratedVariableElementclassPropertyElementA property, representing the getter/setter pair.Methods in com.webcohesion.enunciate.javac.decorations.element with parameters of type DecoratedElement Modifier and Type Method Description static StringElementUtils. findDeprecationMessage(DecoratedElement<?> el, JavaDocTagHandler tagHandler) -
Uses of DecoratedElement in com.webcohesion.enunciate.javac.javadoc
Methods in com.webcohesion.enunciate.javac.javadoc with parameters of type DecoratedElement Modifier and Type Method Description protected voidJavaDoc. init(String docComment, JavaDocTagHandler tagHandler, DecoratedElement context, DecoratedProcessingEnvironment env)StringDefaultJavaDocTagHandler. onBlockTag(String tagName, String value, DecoratedElement context)StringJavaDocTagHandler. onBlockTag(String tagName, String value, DecoratedElement context)What to do with a block JavaDoc tag.StringDefaultJavaDocTagHandler. onInlineTag(String tagName, String tagText, DecoratedElement context)StringJavaDocTagHandler. onInlineTag(String tagName, String tagText, DecoratedElement context)What to do with an inline JavaDoc tag.Constructors in com.webcohesion.enunciate.javac.javadoc with parameters of type DecoratedElement Constructor Description JavaDoc(String docComment, JavaDocTagHandler tagHandler, DecoratedElement context, DecoratedProcessingEnvironment env)
-