Searched defs:inherit (Results 1 - 5 of 5) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/taglets/
H A DInheritableTaglet.java41 * object, set its values with the appropriate information to inherit
47 void inherit(DocFinder.Input input, DocFinder.Output output); method in interface:InheritableTaglet
H A DReturnTaglet.java51 public void inherit(DocFinder.Input input, DocFinder.Output output) { method in class:ReturnTaglet
H A DSeeTaglet.java50 public void inherit(DocFinder.Input input, DocFinder.Output output) { method in class:SeeTaglet
H A DThrowsTaglet.java52 public void inherit(DocFinder.Input input, DocFinder.Output output) { method in class:ThrowsTaglet
H A DParamTaglet.java76 public void inherit(DocFinder.Input input, DocFinder.Output output) { method in class:ParamTaglet
95 //We don't know where to inherit from.
183 * Try to inherit the param tags that are missing.
204 //Try to inherit them.
213 * corresponding param tag, try to inherit it.
226 //Try to inherit it.

Completed in 61 milliseconds