Package | Description |
---|---|
com.sun.tools.javac.parser | |
com.sun.tools.javac.tree |
Modifier and Type | Method and Description |
---|---|
protected DCTree |
DocCommentParser.blockTag()
Read a single block tag, including its content.
|
protected DCTree |
DocCommentParser.entity()
Read an HTML entity.
|
protected DCTree |
DocCommentParser.html()
Read the start or end of an HTML tag, or an HTML comment
<identifier attrs> or </identifier>
|
protected DCTree |
DocCommentParser.inlineTag()
Read a single inline tag, including its content.
|
protected DCTree |
DocCommentParser.inlineText()
Read plain text content of an inline tag.
|
Modifier and Type | Method and Description |
---|---|
protected List<DCTree> |
DocCommentParser.blockContent()
Read block content, consisting of text, html and inline tags.
|
protected List<DCTree> |
DocCommentParser.blockTags()
Read a series of block tags, including their content.
|
protected List<DCTree> |
DocCommentParser.htmlAttrs()
Read a series of HTML attributes, terminated by > .
|
protected List<DCTree> |
DocCommentParser.inlineContent()
Read general text content of an inline tag, including HTML entities and elements.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
DocCommentParser.isSentenceBreak(DCTree t) |
Modifier and Type | Method and Description |
---|---|
protected void |
DocCommentParser.addPendingText(ListBuffer<DCTree> list,
int textEnd) |
protected void |
DocCommentParser.attrValueChar(ListBuffer<DCTree> list) |
protected void |
DocCommentParser.entity(ListBuffer<DCTree> list) |
protected void |
DocCommentParser.inlineTag(ListBuffer<DCTree> list) |
Modifier and Type | Field and Description |
---|---|
List<DCTree> |
DCTree.DCStartElement.attrs |
List<DCTree> |
DCTree.DCDeprecated.body |
List<DCTree> |
DCTree.DCDocComment.body |
List<DCTree> |
DCTree.DCSince.body |
List<DCTree> |
DCTree.DCVersion.body |
List<DCTree> |
DCTree.DCUnknownBlockTag.content |
List<DCTree> |
DCTree.DCUnknownInlineTag.content |
List<DCTree> |
DCTree.DCParam.description |
List<DCTree> |
DCTree.DCReturn.description |
List<DCTree> |
DCTree.DCSerial.description |
List<DCTree> |
DCTree.DCSerialData.description |
List<DCTree> |
DCTree.DCSerialField.description |
List<DCTree> |
DCTree.DCThrows.description |
List<DCTree> |
DCTree.DCDocComment.firstSentence |
List<DCTree> |
DCTree.DCLink.label |
List<DCTree> |
DCTree.DCAuthor.name |
List<DCTree> |
DCTree.DCSee.reference |
List<DCTree> |
DCTree.DCDocComment.tags |
List<DCTree> |
DCTree.DCAttribute.value |
Modifier and Type | Method and Description |
---|---|
List<DCTree> |
DCTree.DCAttribute.getValue() |
Constructor and Description |
---|
DCDocComment(Tokens.Comment comment,
List<DCTree> firstSentence,
List<DCTree> body,
List<DCTree> tags) |
Copyright © 2017 earcam. All rights reserved.