Package | Description |
---|---|
com.asakusafw.utils.java.internal.parser.javadoc.ir |
Internal representation of Java documentation comments.
|
com.asakusafw.utils.java.parser.javadoc |
Parses Java documentation comments and converts them to Java DOMs.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IrDocType
Represents types in
IrDocComment . |
Modifier and Type | Class and Description |
---|---|
class |
IrDocArrayType
Represents array types.
|
class |
IrDocBasicType
Represents basic types.
|
class |
IrDocBlock
Represents blocks in
IrDocComment . |
class |
IrDocField
Represents field references.
|
class |
IrDocMember
An abstract super class of member references in
IrDocComment . |
class |
IrDocMethod
Represents method or constructor references in
IrDocComment . |
class |
IrDocName
Represents a name in
IrDocComment . |
class |
IrDocNamedType
Represents named type in
IrDocComment . |
class |
IrDocQualifiedName
Represents qualified names in
IrDocComment . |
class |
IrDocSimpleName
Represents simple names in
IrDocComment . |
class |
IrDocText
Represents plain text in
IrDocComment . |
Modifier and Type | Method and Description |
---|---|
List<? extends IrDocFragment> |
IrDocBlock.getFragments()
Returns the element fragments.
|
Modifier and Type | Method and Description |
---|---|
void |
IrDocBlock.setFragments(List<? extends IrDocFragment> fragments)
Sets the element fragments.
|
Modifier and Type | Method and Description |
---|---|
IrDocFragment |
JavadocBlockParser.fetchLinkTarget(JavadocScanner scanner)
Consumes tokens from the scanner and returns the corresponded link target.
|
static IrDocFragment |
JavadocBlockParserUtil.fetchLinkTarget(JavadocScanner scanner,
Set<JavadocTokenKind> follow)
Consumes tokens from the scanner and returns the corresponded link target.
|
Modifier and Type | Method and Description |
---|---|
List<IrDocFragment> |
JavadocBlockParser.fetchRestFragments(JavadocScanner scanner)
Consumes all tokens from the scanner, and converts them to a list of
IrDocFragment s. |
Modifier and Type | Method and Description |
---|---|
IrDocBlock |
JavadocBlockParser.newBlock(String tag,
List<? extends IrDocFragment> fragments)
Creates a new block from its tag and fragments.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.