Uses of Interface
com.github.javaparser.ast.type.ConvertibleToUsage
Packages that use ConvertibleToUsage
-
Uses of ConvertibleToUsage in com.github.javaparser.ast.type
Classes in com.github.javaparser.ast.type that implement ConvertibleToUsageModifier and TypeClassDescriptionclassTo indicate that a type is an array, it gets wrapped in an ArrayType for every array level it has.classA class or an interface type.classRepresents a set of types.classA primitive type.classBase class for reference types.classBase class for types.classA type parameter.classThe union typeclassAn unknown parameter type object.classA type called "var" waiting for Java to infer it.classThe return type of aMethodDeclarationwhen it returns void.classA wildcard type argument.