| Modifier and Type | Method and Description |
|---|---|
protected String |
JavaDocGenProcessor.resolveConstructorLink(ExecutableElement elt,
Coordinate coordinate) |
protected String |
DocGenProcessor.resolveConstructorLink(ExecutableElement elt,
Coordinate coordinate) |
String |
DocGenerator.resolveConstructorLink(ExecutableElement elt,
Coordinate coordinate)
Resolve a constructor link.
|
protected abstract String |
BaseProcessor.resolveConstructorLink(ExecutableElement elt,
Coordinate coordinate) |
protected String |
JavaDocGenProcessor.resolveFieldLink(VariableElement elt,
Coordinate coordinate) |
protected String |
DocGenProcessor.resolveFieldLink(VariableElement elt,
Coordinate coordinate) |
String |
DocGenerator.resolveFieldLink(VariableElement elt,
Coordinate coordinate)
Resolve a field link.
|
protected abstract String |
BaseProcessor.resolveFieldLink(VariableElement elt,
Coordinate coordinate) |
protected String |
JavaDocGenProcessor.resolveMethodLink(ExecutableElement elt,
Coordinate coordinate) |
protected String |
DocGenProcessor.resolveMethodLink(ExecutableElement elt,
Coordinate coordinate) |
String |
DocGenerator.resolveMethodLink(ExecutableElement elt,
Coordinate coordinate)
Resolve a method link.
|
protected abstract String |
BaseProcessor.resolveMethodLink(ExecutableElement elt,
Coordinate coordinate) |
protected String |
JavaDocGenProcessor.resolveTypeLink(TypeElement elt,
Coordinate coordinate) |
protected String |
DocGenProcessor.resolveTypeLink(TypeElement elt,
Coordinate coordinate) |
String |
DocGenerator.resolveTypeLink(TypeElement elt,
Coordinate coordinate)
Resolve a constructor link.
|
protected abstract String |
BaseProcessor.resolveTypeLink(TypeElement elt,
Coordinate coordinate) |
Copyright © 2015. All Rights Reserved.