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 |
---|---|
IrLocation |
JavadocToken.getLocation()
Returns the location of this token.
|
IrLocation |
AbstractIrDocElement.getLocation() |
IrLocation |
IrDocElement.getLocation()
Returns the location where this element appears.
|
static IrLocation |
IrLocation.move(IrLocation base,
int offset)
Returns a new location object which is moved the base location as the specified offset.
|
Modifier and Type | Method and Description |
---|---|
static IrLocation |
IrLocation.move(IrLocation base,
int offset)
Returns a new location object which is moved the base location as the specified offset.
|
void |
AbstractIrDocElement.setLocation(IrLocation location) |
void |
IrDocElement.setLocation(IrLocation location)
Sets the location where this element appears.
|
Modifier and Type | Method and Description |
---|---|
IrLocation |
JavadocBlockInfo.getLocation()
Returns the location where this block was appeared.
|
IrLocation |
JavadocParseException.getLocation()
Returns the occurrence location.
|
Modifier and Type | Method and Description |
---|---|
static <T extends IrDocElement> |
JavadocBlockParserUtil.setLocation(T elem,
IrLocation start,
IrLocation stop)
Sets the location information for the target element.
|
Constructor and Description |
---|
IllegalDocCommentFormatException(boolean head,
IrLocation location,
Throwable cause)
Creates a new instance.
|
IllegalEndOfCommentException(IrLocation location,
Throwable cause)
Creates a new instance.
|
JavadocParseException(String message,
IrLocation location,
Throwable cause)
Creates a new instance.
|
MissingJavadocBlockParserException(String tagName,
IrLocation location,
Throwable cause)
Creates a new instance.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.