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 -
-
Uses of VarType in com.github.javaparser.ast.type
Methods in com.github.javaparser.ast.type that return VarType Modifier and Type Method Description VarTypeType. asVarType()VarTypeVarType. asVarType()VarTypeVarType. clone()VarTypeVarType. 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 voidType. ifVarType(Consumer<VarType> action)voidVarType. 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 voidVarValidator. 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 VisitableCloneVisitor. visit(VarType n, Object arg)BooleanEqualsVisitor. visit(VarType n, Visitable arg)List<R>GenericListVisitorAdapter. visit(VarType n, A arg)RGenericVisitor. visit(VarType n, A arg)RGenericVisitorAdapter. visit(VarType n, A arg)RGenericVisitorWithDefaults. visit(VarType n, A arg)IntegerHashCodeVisitor. visit(VarType n, Void arg)VisitableModifierVisitor. visit(VarType n, A arg)BooleanNoCommentEqualsVisitor. visit(VarType n, Visitable arg)IntegerNoCommentHashCodeVisitor. visit(VarType n, Void arg)voidNodeFinderVisitor. visit(VarType n, Range arg)BooleanObjectIdentityEqualsVisitor. visit(VarType n, Visitable arg)IntegerObjectIdentityHashCodeVisitor. visit(VarType n, Void arg)voidVoidVisitor. visit(VarType n, A arg)voidVoidVisitorAdapter. visit(VarType n, A arg)voidVoidVisitorWithDefaults. 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 voidDefaultPrettyPrinterVisitor. visit(VarType n, Void arg)voidPrettyPrintVisitor. visit(VarType n, Void arg)Deprecated.
-