public class JSDocGenerator extends Object implements DocGenerator
| Constructor and Description |
|---|
JSDocGenerator() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
void |
init(ProcessingEnvironment processingEnv) |
String |
renderSource(ExecutableElement elt,
String source) |
String |
resolveConstructorLink(ExecutableElement elt,
Coordinate coordinate) |
String |
resolveFieldLink(VariableElement elt,
Coordinate coordinate) |
String |
resolveLabel(Element elt,
String defaultLabel) |
String |
resolveMethodLink(ExecutableElement elt,
Coordinate coordinate) |
String |
resolveTypeLink(TypeElement elt,
Coordinate coordinate) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitresolveRelativeFileNamepublic void init(ProcessingEnvironment processingEnv)
init in interface DocGeneratorpublic String getName()
getName in interface DocGeneratorpublic String renderSource(ExecutableElement elt, String source)
renderSource in interface DocGeneratorpublic String resolveTypeLink(TypeElement elt, Coordinate coordinate)
resolveTypeLink in interface DocGeneratorpublic String resolveMethodLink(ExecutableElement elt, Coordinate coordinate)
resolveMethodLink in interface DocGeneratorpublic String resolveLabel(Element elt, String defaultLabel)
resolveLabel in interface DocGeneratorpublic String resolveConstructorLink(ExecutableElement elt, Coordinate coordinate)
resolveConstructorLink in interface DocGeneratorpublic String resolveFieldLink(VariableElement elt, Coordinate coordinate)
resolveFieldLink in interface DocGeneratorCopyright © 2015. All rights reserved.