DocTree.Kind
Modifier and Type | Method and Description |
---|---|
List<? extends DocTree> |
getBlockTags()
Returns the block tags for a documentation comment.
|
List<? extends DocTree> |
getBody()
Returns the body of a documentation comment,
appearing after the first sentence, and before any block tags.
|
List<? extends DocTree> |
getFirstSentence()
Returns the first sentence of a documentation comment.
|
List<? extends DocTree> getFirstSentence()
List<? extends DocTree> getBody()
Copyright © 2005, 2015, Oracle and/or its affiliates. All rights reserved.
DRAFT internal-b74