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 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 java.util.Optional<VarType>Type. toVarType()java.util.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(java.util.function.Consumer<VarType> action)voidVarType. ifVarType(java.util.function.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)private voidVarValidator. 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 VarType Modifier and Type Method Description VisitableCloneVisitor. visit(VarType n, java.lang.Object arg)java.lang.BooleanEqualsVisitor. visit(VarType n, Visitable arg)java.util.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)java.lang.IntegerHashCodeVisitor. visit(VarType n, java.lang.Void arg)VisitableModifierVisitor. visit(VarType n, A arg)java.lang.BooleanNoCommentEqualsVisitor. visit(VarType n, Visitable arg)java.lang.IntegerNoCommentHashCodeVisitor. visit(VarType n, java.lang.Void arg)voidNodeFinderVisitor. visit(VarType n, Range arg)java.lang.BooleanObjectIdentityEqualsVisitor. visit(VarType n, Visitable arg)java.lang.IntegerObjectIdentityHashCodeVisitor. visit(VarType n, java.lang.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, java.lang.Void arg)voidPrettyPrintVisitor. visit(VarType n, java.lang.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 ResolvedTypeDefaultVisitorAdapter. visit(VarType node, java.lang.Boolean arg)
-