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 |
IrDocFragment
An abstract super interface of elements which can appear in
IrDocBlock s. |
interface |
IrDocType
Represents types in
IrDocComment . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractIrDocElement
A skeletal implementation of
IrDocElement . |
class |
IrDocArrayType
Represents array types.
|
class |
IrDocBasicType
Represents basic types.
|
class |
IrDocBlock
Represents blocks in
IrDocComment . |
class |
IrDocComment
Represents Java documentation comments.
|
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 |
IrDocMethodParameter
Represents method or constructor parameters in
IrDocMethod . |
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 |
---|---|
static <T extends IrDocElement> |
JavadocBlockParserUtil.setLocation(T elem,
IrLocation start,
IrLocation stop)
Sets the location information for the target element.
|
static <T extends IrDocElement> |
JavadocBlockParserUtil.setLocation(T elem,
JavadocToken start,
JavadocToken stop)
Sets the location information for the target element.
|
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.