Package-level declarations
Types
Link copied to clipboard
To indicate that a type is an array, it gets wrapped in an ArrayType for every array level it has.
Link copied to clipboard
open class ClassOrInterfaceType : ReferenceType, NodeWithSimpleName<ClassOrInterfaceType> , NodeWithAnnotations<ClassOrInterfaceType> , NodeWithTypeArguments<ClassOrInterfaceType>
A class or an interface type.
Link copied to clipboard
interface ConvertibleToUsage
Convert a Type into a ResolvedType.
Link copied to clipboard
Represents a set of types.
Link copied to clipboard
open class LogicalType : ReferenceType, NodeWithSimpleName<LogicalType> , NodeWithAnnotations<LogicalType> , NodeWithTypeArguments<LogicalType>
A class or an interface type.
Link copied to clipboard
A primitive type.
Link copied to clipboard
Base class for reference types.
Link copied to clipboard
Base class for types.
Link copied to clipboard
open class TypeParameter : ReferenceType, NodeWithSimpleName<TypeParameter> , NodeWithAnnotations<TypeParameter>
A type parameter.
Link copied to clipboard
The union type
Represents a set of types.Link copied to clipboard
An unknown parameter type object.
Link copied to clipboard
The return type of a com.github.javaparser.ast.body.MethodDeclaration when it returns void.
Link copied to clipboard
A wildcard type argument.