Uses of Class
com.github.javaparser.ast.type.VoidType
Packages that use VoidType
Package
Description
-
Uses of VoidType in com.github.javaparser.ast.type
Classes in com.github.javaparser.ast.type that implement interfaces with type arguments of type VoidTypeModifier and TypeClassDescriptionclassThe return type of aMethodDeclarationwhen it returns void.Methods in com.github.javaparser.ast.type that return VoidTypeModifier and TypeMethodDescriptionType.asVoidType()VoidType.asVoidType()VoidType.clone()VoidType.setAnnotations(NodeList<AnnotationExpr> annotations) Methods in com.github.javaparser.ast.type that return types with arguments of type VoidTypeMethod parameters in com.github.javaparser.ast.type with type arguments of type VoidTypeModifier and TypeMethodDescriptionvoidType.ifVoidType(Consumer<VoidType> action) voidVoidType.ifVoidType(Consumer<VoidType> action) -
Uses of VoidType in com.github.javaparser.ast.visitor
Methods in com.github.javaparser.ast.visitor with parameters of type VoidTypeModifier and TypeMethodDescriptionvoidvoidvoidvoid -
Uses of VoidType in com.github.javaparser.printer
Methods in com.github.javaparser.printer with parameters of type VoidType