Uses of Class
com.github.javaparser.ast.type.VarType
Packages that use VarType
Package
Description
-
Uses of VarType in com.github.javaparser.ast.type
Methods in com.github.javaparser.ast.type that return VarTypeModifier and TypeMethodDescriptionType.asVarType()
VarType.asVarType()
VarType.clone()
VarType.setAnnotations
(NodeList<AnnotationExpr> annotations) Methods in com.github.javaparser.ast.type that return types with arguments of type VarTypeMethod parameters in com.github.javaparser.ast.type with type arguments of type VarType -
Uses of VarType in com.github.javaparser.ast.validator.language_level_validations.chunks
Methods in com.github.javaparser.ast.validator.language_level_validations.chunks with parameters of type VarTypeModifier and TypeMethodDescriptionvoid
VarValidator.accept
(VarType node, ProblemReporter reporter) private void
VarValidator.reportIllegalPosition
(VarType n, ProblemReporter reporter) -
Uses of VarType in com.github.javaparser.ast.visitor
Methods in com.github.javaparser.ast.visitor with parameters of type VarTypeModifier and TypeMethodDescriptionvoid
void
void
void
-
Uses of VarType in com.github.javaparser.printer
Methods in com.github.javaparser.printer with parameters of type VarType