Skip to main content

Module ty

Module ty 

Source
Expand description

Type types.

Structs§

ArrayDim
A single array dimension [] with optional annotations.
ArrayType
An array type with its dimensions.
ClassOrInterfaceType
A class or interface type with optional type arguments.

Enums§

PrimitiveType
A primitive Java type.
ReferenceType
A reference type wrapper (class/interface type, type variable, or array type).
Type
A Java type.