| Package | Description |
|---|---|
| com.webcohesion.enunciate.javac.decorations | |
| com.webcohesion.enunciate.javac.decorations.element | |
| com.webcohesion.enunciate.javac.javadoc |
| Modifier and Type | Method and Description |
|---|---|
void |
ElementDecoration.applyTo(DecoratedElement e,
DecoratedProcessingEnvironment env)
Apply this decoration to the given decorated element.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DecoratedExecutableElement |
class |
DecoratedPackageElement |
class |
DecoratedTypeElement
A decorated type declaration provides:
boolean properties for the "type" of type declaration.
|
class |
DecoratedTypeParameterElement |
class |
DecoratedVariableElement |
class |
PropertyElement
A property, representing the getter/setter pair.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
ElementUtils.findDeprecationMessage(DecoratedElement<?> el) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JavaDoc.init(String docComment,
JavaDocTagHandler tagHandler,
DecoratedElement context,
DecoratedProcessingEnvironment env) |
String |
DefaultJavaDocTagHandler.onBlockTag(String tagName,
String value,
DecoratedElement context) |
String |
JavaDocTagHandler.onBlockTag(String tagName,
String value,
DecoratedElement context)
What to do with a block JavaDoc tag.
|
String |
DefaultJavaDocTagHandler.onInlineTag(String tagName,
String tagText,
DecoratedElement context) |
String |
JavaDocTagHandler.onInlineTag(String tagName,
String tagText,
DecoratedElement context)
What to do with an inline JavaDoc tag.
|
| Constructor and Description |
|---|
JavaDoc(String docComment,
JavaDocTagHandler tagHandler,
DecoratedElement context,
DecoratedProcessingEnvironment env) |
Copyright © 2006-2016–2017. All rights reserved.