Uses of Class
com.github.javaparser.ast.type.VarType
-
Packages that use VarType Package Description com.github.javaparser.ast.type com.github.javaparser.ast.validator.language_level_validations.chunks com.github.javaparser.ast.visitor com.github.javaparser.printer com.github.javaparser.symbolsolver.javaparsermodel Implementation of model based on JavaParser. -
-
Uses of VarType in com.github.javaparser.ast.type
Methods in com.github.javaparser.ast.type that return VarType Modifier and Type Method Description VarType
Type. asVarType()
VarType
VarType. asVarType()
VarType
VarType. clone()
VarType
VarType. setAnnotations(NodeList<AnnotationExpr> annotations)
Methods in com.github.javaparser.ast.type that return types with arguments of type VarType Modifier and Type Method Description Optional<VarType>
Type. toVarType()
Optional<VarType>
VarType. toVarType()
Method parameters in com.github.javaparser.ast.type with type arguments of type VarType Modifier and Type Method Description void
Type. ifVarType(Consumer<VarType> action)
void
VarType. ifVarType(Consumer<VarType> action)
-
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 VarType Modifier and Type Method Description void
VarValidator. accept(VarType node, ProblemReporter reporter)
-
Uses of VarType in com.github.javaparser.ast.visitor
Methods in com.github.javaparser.ast.visitor with parameters of type VarType Modifier and Type Method Description Visitable
CloneVisitor. visit(VarType n, Object arg)
Boolean
EqualsVisitor. visit(VarType n, Visitable arg)
List<R>
GenericListVisitorAdapter. visit(VarType n, A arg)
R
GenericVisitor. visit(VarType n, A arg)
R
GenericVisitorAdapter. visit(VarType n, A arg)
R
GenericVisitorWithDefaults. visit(VarType n, A arg)
Integer
HashCodeVisitor. visit(VarType n, Void arg)
Visitable
ModifierVisitor. visit(VarType n, A arg)
Boolean
NoCommentEqualsVisitor. visit(VarType n, Visitable arg)
Integer
NoCommentHashCodeVisitor. visit(VarType n, Void arg)
Boolean
ObjectIdentityEqualsVisitor. visit(VarType n, Visitable arg)
Integer
ObjectIdentityHashCodeVisitor. visit(VarType n, Void arg)
void
VoidVisitor. visit(VarType n, A arg)
void
VoidVisitorAdapter. visit(VarType n, A arg)
void
VoidVisitorWithDefaults. visit(VarType n, A arg)
-
Uses of VarType in com.github.javaparser.printer
Methods in com.github.javaparser.printer with parameters of type VarType Modifier and Type Method Description void
DefaultPrettyPrinterVisitor. visit(VarType n, Void arg)
void
PrettyPrintVisitor. visit(VarType n, Void arg)
Deprecated. -
Uses of VarType in com.github.javaparser.symbolsolver.javaparsermodel
Methods in com.github.javaparser.symbolsolver.javaparsermodel with parameters of type VarType Modifier and Type Method Description ResolvedType
DefaultVisitorAdapter. visit(VarType node, Boolean arg)
-