Package | Description |
---|---|
com.sun.tools.javac.parser | |
com.sun.tools.javac.tree |
Modifier and Type | Method and Description |
---|---|
protected DCTree.DCReference |
DocCommentParser.reference(boolean allowMember)
Read Java class name, possibly followed by member
Matching pairs of < > are skipped.
|
Modifier and Type | Field and Description |
---|---|
DCTree.DCReference |
DCTree.DCThrows.name |
DCTree.DCReference |
DCTree.DCLink.ref |
DCTree.DCReference |
DCTree.DCValue.ref |
DCTree.DCReference |
DCTree.DCSerialField.type |
Modifier and Type | Method and Description |
---|---|
DCTree.DCReference |
DocTreeMaker.Reference(String signature,
JCTree qualExpr,
Name member,
List<JCTree> paramTypes) |
Modifier and Type | Method and Description |
---|---|
DCTree.DCThrows |
DocTreeMaker.Exception(DCTree.DCReference name,
List<DCTree> description) |
DCTree.DCLink |
DocTreeMaker.Link(DCTree.DCReference ref,
List<DCTree> label) |
DCTree.DCLink |
DocTreeMaker.LinkPlain(DCTree.DCReference ref,
List<DCTree> label) |
DCTree.DCSerialField |
DocTreeMaker.SerialField(DCTree.DCIdentifier name,
DCTree.DCReference type,
List<DCTree> description) |
DCTree.DCThrows |
DocTreeMaker.Throws(DCTree.DCReference name,
List<DCTree> description) |
DCTree.DCValue |
DocTreeMaker.Value(DCTree.DCReference ref) |
Copyright © 2017 earcam. All rights reserved.