See: Description
Interface | Description |
---|---|
IrDocElement |
An abstract super interface of elements in (
Java documentation comments ). |
IrDocFragment |
An abstract super interface of elements which can appear in
IrDocBlock s. |
IrDocType |
Represents types in
IrDocComment . |
Class | Description |
---|---|
AbstractIrDocElement |
A skeletal implementation of
IrDocElement . |
IrDocArrayType |
Represents array types.
|
IrDocBasicType |
Represents basic types.
|
IrDocBlock |
Represents blocks in
IrDocComment . |
IrDocComment |
Represents Java documentation comments.
|
IrDocElementVisitor<R,P> |
A visitor for
IrDocElement . |
IrDocField |
Represents field references.
|
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 . |
IrLocation |
Represents locations on
IrDocComment . |
JavadocToken |
Represents a token in Java documentation comments.
|
Enum | Description |
---|---|
IrBasicTypeKind |
Represents a basic type kind.
|
IrDocElementKind |
Represents a kind of
IrDocElement . |
JavadocTokenKind |
Represents a kind of
JavadocToken . |
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.