Package | Description |
---|---|
com.sun.tools.javac.parser | |
com.sun.tools.javac.tree |
Modifier and Type | Method and Description |
---|---|
DCTree.DCDocComment |
LazyDocCommentTable.getCommentTree(JCTree tree) |
Modifier and Type | Method and Description |
---|---|
DCTree.DCDocComment |
DocTreeMaker.DocComment(Tokens.Comment comment,
List<DCTree> firstSentence,
List<DCTree> body,
List<DCTree> tags) |
DCTree.DCDocComment |
DocCommentTable.getCommentTree(JCTree tree)
Get the parsed form of the doc comment as a DocTree.
|
static DCTree.DCDocComment |
TreeInfo.getCommentTree(Env<?> env,
JCTree tree) |
Modifier and Type | Method and Description |
---|---|
int |
DCTree.DCEndPosTree.getEndPos(DCTree.DCDocComment dc) |
long |
DCTree.getSourcePosition(DCTree.DCDocComment dc) |
JCDiagnostic.DiagnosticPosition |
DCTree.pos(DCTree.DCDocComment dc) |
Copyright © 2017 earcam. All rights reserved.