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. clone()IntersectionTypeIntersectionType. setAnnotations(NodeList<AnnotationExpr> annotations)IntersectionTypeIntersectionType. setElements(NodeList<ReferenceType> elements) -
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)IntegerHashCodeVisitor. visit(IntersectionType n, Void arg)VisitableModifierVisitor. visit(IntersectionType n, A 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) -
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, Void arg)
-