Package com.github.javaparser.ast.type
package com.github.javaparser.ast.type
-
Class SummaryClassDescriptionTo indicate that a type is an array, it gets wrapped in an ArrayType for every array level it has.Helper class that stores information about a pair of brackets in a non-recursive way (unlike ArrayType.)A class or an interface type.Represents a set of types.A primitive type.Base class for reference types.Base class for types.A type parameter.The union typeAn unknown parameter type object.A type called "var" waiting for Java to infer it.The return type of a
MethodDeclarationwhen it returns void.A wildcard type argument. -
Enum SummaryEnumDescriptionThe origin of a pair of array brackets [].