Uses of Class
com.github.javaparser.ast.type.IntersectionType
-
Packages that use IntersectionType Package Description com.github.javaparser com.github.javaparser.ast.type com.github.javaparser.ast.visitor com.github.javaparser.printer -
-
Uses of IntersectionType in com.github.javaparser
Methods in com.github.javaparser that return IntersectionType Modifier and Type Method Description IntersectionTypeGeneratedJavaParser. IntersectionType(NodeList<AnnotationExpr> annotations) -
Uses of IntersectionType in com.github.javaparser.ast.type
Methods in com.github.javaparser.ast.type that return IntersectionType Modifier and Type Method Description IntersectionTypeIntersectionType. asIntersectionType()IntersectionTypeType. asIntersectionType()IntersectionTypeIntersectionType. clone()IntersectionTypeIntersectionType. setAnnotations(NodeList<AnnotationExpr> annotations)IntersectionTypeIntersectionType. setElements(NodeList<ReferenceType> elements)Methods in com.github.javaparser.ast.type that return types with arguments of type IntersectionType Modifier and Type Method Description java.util.Optional<IntersectionType>IntersectionType. toIntersectionType()java.util.Optional<IntersectionType>Type. toIntersectionType()Method parameters in com.github.javaparser.ast.type with type arguments of type IntersectionType Modifier and Type Method Description voidIntersectionType. ifIntersectionType(java.util.function.Consumer<IntersectionType> action)voidType. ifIntersectionType(java.util.function.Consumer<IntersectionType> action) -
Uses of IntersectionType in com.github.javaparser.ast.visitor
Methods in com.github.javaparser.ast.visitor with parameters of type IntersectionType Modifier and Type Method Description VisitableCloneVisitor. visit(IntersectionType n, java.lang.Object arg)java.lang.BooleanEqualsVisitor. visit(IntersectionType n, Visitable arg)java.util.List<R>GenericListVisitorAdapter. visit(IntersectionType n, A arg)RGenericVisitor. visit(IntersectionType n, A arg)RGenericVisitorAdapter. visit(IntersectionType n, A arg)RGenericVisitorWithDefaults. visit(IntersectionType n, A arg)java.lang.IntegerHashCodeVisitor. visit(IntersectionType n, java.lang.Void arg)VisitableModifierVisitor. visit(IntersectionType n, A arg)java.lang.BooleanNoCommentEqualsVisitor. visit(IntersectionType n, Visitable arg)java.lang.IntegerNoCommentHashCodeVisitor. visit(IntersectionType n, java.lang.Void arg)java.lang.BooleanObjectIdentityEqualsVisitor. visit(IntersectionType n, Visitable arg)java.lang.IntegerObjectIdentityHashCodeVisitor. visit(IntersectionType n, java.lang.Void arg)voidVoidVisitor. visit(IntersectionType n, A arg)voidVoidVisitorAdapter. visit(IntersectionType n, A arg)voidVoidVisitorWithDefaults. visit(IntersectionType n, A arg) -
Uses of IntersectionType in com.github.javaparser.printer
Methods in com.github.javaparser.printer with parameters of type IntersectionType Modifier and Type Method Description voidPrettyPrintVisitor. visit(IntersectionType n, java.lang.Void arg)
-