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 | Method and Description |
---|---|
IrDocSimpleName |
IrDocMethodParameter.getName()
Returns the parameter name.
|
IrDocSimpleName |
IrDocMember.getName()
Returns the member name.
|
IrDocSimpleName |
IrDocQualifiedName.getName()
Returns the simple name.
|
Modifier and Type | Method and Description |
---|---|
List<IrDocSimpleName> |
IrDocQualifiedName.asSimpleNameList() |
abstract List<IrDocSimpleName> |
IrDocName.asSimpleNameList()
Returns this name as its simple name list.
|
List<IrDocSimpleName> |
IrDocSimpleName.asSimpleNameList() |
Modifier and Type | Method and Description |
---|---|
void |
IrDocMethodParameter.setName(IrDocSimpleName name)
Sets the parameter name.
|
void |
IrDocMember.setName(IrDocSimpleName name)
Sets the member name.
|
void |
IrDocQualifiedName.setName(IrDocSimpleName name)
Sets the simple name.
|
R |
IrDocElementVisitor.visitSimpleName(IrDocSimpleName elem,
P context)
Processes
IrDocSimpleName . |
Constructor and Description |
---|
IrDocQualifiedName(IrDocName qualifier,
IrDocSimpleName name)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
IrDocSimpleName |
JavadocBlockParser.fetchSimpleName(JavadocScanner scanner)
Consumes tokens from the scanner and returns the corresponded simple name.
|
static IrDocSimpleName |
JavadocBlockParserUtil.fetchSimpleName(JavadocScanner scanner,
Set<JavadocTokenKind> follow)
Consumes tokens from the scanner and returns the corresponded simple name.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.