| Interface | Description |
|---|---|
| ConvertibleToUsage |
Convert a
Type into a ResolvedType. |
| 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 in a non-recursive way
(unlike ArrayType.)
|
| 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 |
The union type
Represents a set of types.
|
| UnknownType |
An unknown parameter type object.
|
| VarType |
A type called "var" waiting for Java to infer it.
|
| VoidType |
The return type of a
MethodDeclaration
when it returns void. |
| WildcardType |
A wildcard type argument.
|
| Enum | Description |
|---|---|
| ArrayType.Origin |
The origin of a pair of array brackets [].
|
| PrimitiveType.Primitive |
Copyright © 2007–2023. All rights reserved.