| Class | Description |
|---|---|
| ArrayType |
To indicate that a type is an array, it gets wrapped in an ArrayType for every array level it has.
|
| ArrayType.ArrayBracketPair |
Helper class that stores information about a pair of brackets.
|
| ClassOrInterfaceType |
A class or an interface type.
|
| IntersectionType |
Represents a set of types.
|
| PrimitiveType |
A primitive type.
|
| ReferenceType |
Base class for reference types.
|
| Type |
Base class for types.
|
| TypeParameter |
A type parameter.
|
| UnionType |
Represents a set of types.
|
| UnknownType |
An unknown parameter type object.
|
| VoidType |
The return type of a
MethodDeclaration
when it returns void. |
| WildcardType |
A wildcard type argument.
|
| Enum | Description |
|---|---|
| PrimitiveType.Primitive |
Copyright © 2007–2024. All rights reserved.