Uses of Package
com.github.javaparser.ast.type
Packages that use com.github.javaparser.ast.type
Package
Description
-
Classes in com.github.javaparser.ast.type used by com.github.javaparserClassDescriptionHelper class that stores information about a pair of brackets in a non-recursive way (unlike ArrayType.)The origin of a pair of array brackets [].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.A wildcard type argument.
-
Classes in com.github.javaparser.ast.type used by com.github.javaparser.ast.bodyClassDescriptionA class or an interface type.Base class for reference types.Base class for types.A type parameter.
-
Classes in com.github.javaparser.ast.type used by com.github.javaparser.ast.exprClassDescriptionA class or an interface type.Base class for reference types.Base class for types.
-
Classes in com.github.javaparser.ast.type used by com.github.javaparser.ast.nodeTypesClassDescriptionA class or an interface type.Base class for reference types.Base class for types.A type parameter.
-
Classes in com.github.javaparser.ast.type used by com.github.javaparser.ast.stmt
-
Classes in com.github.javaparser.ast.type used by com.github.javaparser.ast.typeClassDescriptionTo 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.)The origin of a pair of array brackets [].A class or an interface type.Convert a
Type
into aResolvedType
.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 aMethodDeclaration
when it returns void.A wildcard type argument. -
-
-
Classes in com.github.javaparser.ast.type used by com.github.javaparser.ast.visitorClassDescriptionTo indicate that a type is an array, it gets wrapped in an ArrayType for every array level it has.A class or an interface type.Represents a set of types.A primitive type.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
MethodDeclaration
when it returns void.A wildcard type argument. -
Classes in com.github.javaparser.ast.type used by com.github.javaparser.printerClassDescriptionTo indicate that a type is an array, it gets wrapped in an ArrayType for every array level it has.A class or an interface type.Represents a set of types.A primitive type.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
MethodDeclaration
when it returns void.A wildcard type argument. -
Classes in com.github.javaparser.ast.type used by com.github.javaparser.resolution