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 TypeMethodDescriptionvoid
Type.ifUnionType
(Consumer<UnionType> action) void
UnionType.ifUnionType
(Consumer<UnionType> action) -
Uses of UnionType in com.github.javaparser.ast.validator.language_level_validations
Fields in com.github.javaparser.ast.validator.language_level_validations with type parameters of type UnionTypeModifier and TypeFieldDescriptionprivate final SingleNodeTypeValidator
<UnionType> Java7Validator.multiCatch
-
Uses of UnionType in com.github.javaparser.ast.visitor
Methods in com.github.javaparser.ast.visitor with parameters of type UnionTypeModifier and TypeMethodDescriptionvoid
void
void
void
-
Uses of UnionType in com.github.javaparser.printer
Methods in com.github.javaparser.printer with parameters of type UnionType