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.
|
Class and Description |
---|
AbstractIrDocElement
A skeletal implementation of
IrDocElement . |
IrBasicTypeKind
Represents a basic type kind.
|
IrDocArrayType
Represents array types.
|
IrDocBasicType
Represents basic types.
|
IrDocBlock
Represents blocks in
IrDocComment . |
IrDocComment
Represents Java documentation comments.
|
IrDocElement
An abstract super interface of elements in (
Java documentation comments ). |
IrDocElementKind
Represents a kind of
IrDocElement . |
IrDocElementVisitor
A visitor for
IrDocElement . |
IrDocField
Represents field references.
|
IrDocFragment
An abstract super interface of elements which can appear in
IrDocBlock s. |
IrDocMember
An abstract super class of member references in
IrDocComment . |
IrDocMethod
Represents method or constructor references in
IrDocComment . |
IrDocMethodParameter
Represents method or constructor parameters in
IrDocMethod . |
IrDocName
Represents a name in
IrDocComment . |
IrDocNamedType
Represents named type in
IrDocComment . |
IrDocQualifiedName
Represents qualified names in
IrDocComment . |
IrDocSimpleName
Represents simple names in
IrDocComment . |
IrDocText
Represents plain text in
IrDocComment . |
IrDocType
Represents types in
IrDocComment . |
IrLocation
Represents locations on
IrDocComment . |
JavadocTokenKind
Represents a kind of
JavadocToken . |
Class and Description |
---|
IrDocBasicType
Represents basic types.
|
IrDocBlock
Represents blocks in
IrDocComment . |
IrDocComment
Represents Java documentation comments.
|
IrDocElement
An abstract super interface of elements in (
Java documentation comments ). |
IrDocField
Represents field references.
|
IrDocFragment
An abstract super interface of elements which can appear in
IrDocBlock s. |
IrDocMethod
Represents method or constructor references in
IrDocComment . |
IrDocName
Represents a name in
IrDocComment . |
IrDocNamedType
Represents named type in
IrDocComment . |
IrDocSimpleName
Represents simple names in
IrDocComment . |
IrDocText
Represents plain text in
IrDocComment . |
IrDocType
Represents types in
IrDocComment . |
IrLocation
Represents locations on
IrDocComment . |
JavadocToken
Represents a token in Java documentation comments.
|
JavadocTokenKind
Represents a kind of
JavadocToken . |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.