class |
ArrayType |
Represents a Java array type.
|
class |
ClassInfo |
Represents a class entry in an index.
|
class |
ClassType |
Represents a class type.
|
class |
FieldInfo |
Represents a field.
|
class |
MethodInfo |
Represents a Java method, constructor, or static initializer.
|
class |
ParameterizedType |
Represents a parameterized type.
|
class |
PrimitiveType |
Represents a primitive Java type.
|
class |
RecordComponentInfo |
Represents an individual Java record component that was annotated.
|
class |
Type |
Represents a Java type usage that is specified on methods, fields, classes,
annotations, or other types.
|
class |
TypeVariable |
Represents a resolved type parameter or type argument.
|
class |
TypeVariableReference |
Represents a reference to a type variable in the bound of a recursive type parameter.
|
class |
UnresolvedTypeVariable |
Represents a type variable that could not be resolved during indexing.
|
class |
VoidType |
Represents the void pseudo-type, which may appear in a method signature.
|
class |
WildcardType |
Represents a generic wildcard.
|