Uses of Class
com.github.javaparser.ast.type.IntersectionType
-
Packages that use IntersectionType Package Description com.github.javaparser.ast.type com.github.javaparser.ast.visitor com.github.javaparser.printer -
-
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 Optional<IntersectionType>IntersectionType. toIntersectionType()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(Consumer<IntersectionType> action)voidType. ifIntersectionType(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, Object arg)BooleanEqualsVisitor. visit(IntersectionType n, Visitable arg)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)IntegerHashCodeVisitor. visit(IntersectionType n, Void arg)VisitableModifierVisitor. visit(IntersectionType n, A arg)BooleanNoCommentEqualsVisitor. visit(IntersectionType n, Visitable arg)IntegerNoCommentHashCodeVisitor. visit(IntersectionType n, Void arg)voidNodeFinderVisitor. visit(IntersectionType n, Range arg)BooleanObjectIdentityEqualsVisitor. visit(IntersectionType n, Visitable arg)IntegerObjectIdentityHashCodeVisitor. visit(IntersectionType n, 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 voidDefaultPrettyPrinterVisitor. visit(IntersectionType n, Void arg)voidPrettyPrintVisitor. visit(IntersectionType n, Void arg)Deprecated.
-