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 | Class and Description |
---|---|
class |
IrDocQualifiedName
Represents qualified names in
IrDocComment . |
class |
IrDocSimpleName
Represents simple names in
IrDocComment . |
Modifier and Type | Method and Description |
---|---|
IrDocName |
IrDocNamedType.getName()
Returns the type name.
|
IrDocName |
IrDocQualifiedName.getQualifier()
Returns the name qualifier.
|
Modifier and Type | Method and Description |
---|---|
void |
IrDocNamedType.setName(IrDocName name)
Sets the type name.
|
void |
IrDocQualifiedName.setQualifier(IrDocName qualifier)
Sets the name qualifier.
|
Constructor and Description |
---|
IrDocNamedType(IrDocName name)
Creates a new instance.
|
IrDocQualifiedName(IrDocName qualifier,
IrDocSimpleName name)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
IrDocName |
JavadocBlockParser.fetchName(JavadocScanner scanner)
Consumes tokens from the scanner and returns the corresponded (simple or qualified) name.
|
static IrDocName |
JavadocBlockParserUtil.fetchName(JavadocScanner scanner,
Set<JavadocTokenKind> follow)
Consumes tokens from the scanner and returns the corresponded (simple or qualified) name.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.