public class JavaDocGenProcessor extends BaseProcessor
docTrees, elementUtils, helper, typeUtilsprocessingEnv| Constructor and Description |
|---|
JavaDocGenProcessor() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getName() |
protected void |
handleGen(PackageElement docElt) |
protected String |
renderSource(ExecutableElement elt,
String source) |
protected String |
resolveConstructorLink(ExecutableElement elt,
Coordinate coordinate) |
protected String |
resolveFieldLink(VariableElement elt,
Coordinate coordinate) |
protected String |
resolveMethodLink(ExecutableElement elt,
Coordinate coordinate) |
protected String |
resolveTypeLink(TypeElement elt,
Coordinate coordinate) |
defaultRenderSource, getExtension, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, init, process, process, resolveLabel, resolveLinkToPackageDoc, writegetCompletions, isInitializedprotected void handleGen(PackageElement docElt)
handleGen in class BaseProcessorprotected String getName()
getName in class BaseProcessorprotected String resolveTypeLink(TypeElement elt, Coordinate coordinate)
resolveTypeLink in class BaseProcessorprotected String resolveConstructorLink(ExecutableElement elt, Coordinate coordinate)
resolveConstructorLink in class BaseProcessorprotected String resolveMethodLink(ExecutableElement elt, Coordinate coordinate)
resolveMethodLink in class BaseProcessorprotected String resolveFieldLink(VariableElement elt, Coordinate coordinate)
resolveFieldLink in class BaseProcessorprotected String renderSource(ExecutableElement elt, String source)
renderSource in class BaseProcessorCopyright © 2015. All Rights Reserved.