Uses of Class
com.github.javaparser.ast.type.UnionType
Packages that use UnionType
Package
Description
-
Uses of UnionType in com.github.javaparser.ast.type
Methods in com.github.javaparser.ast.type that return UnionTypeModifier and TypeMethodDescriptionType.asUnionType()UnionType.asUnionType()UnionType.clone()UnionType.setAnnotations(NodeList<AnnotationExpr> annotations)UnionType.setElements(NodeList<ReferenceType> elements)Methods in com.github.javaparser.ast.type that return types with arguments of type UnionTypeMethod parameters in com.github.javaparser.ast.type with type arguments of type UnionTypeModifier and TypeMethodDescriptionvoidType.ifUnionType(Consumer<UnionType> action)voidUnionType.ifUnionType(Consumer<UnionType> action) -
Uses of UnionType in com.github.javaparser.ast.visitor
Methods in com.github.javaparser.ast.visitor with parameters of type UnionTypeModifier and TypeMethodDescriptionvoidvoidvoid -
Uses of UnionType in com.github.javaparser.printer
Methods in com.github.javaparser.printer with parameters of type UnionType