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 IntersectionType
IntersectionType. clone()
IntersectionType
IntersectionType. setAnnotations(NodeList<AnnotationExpr> annotations)
IntersectionType
IntersectionType. 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 Visitable
CloneVisitor. visit(IntersectionType n, Object arg)
Boolean
EqualsVisitor. visit(IntersectionType n, Visitable arg)
List<R>
GenericListVisitorAdapter. visit(IntersectionType n, A arg)
R
GenericVisitor. visit(IntersectionType n, A arg)
R
GenericVisitorAdapter. visit(IntersectionType n, A arg)
Integer
HashCodeVisitor. visit(IntersectionType n, Void arg)
Visitable
ModifierVisitor. visit(IntersectionType n, A arg)
Boolean
ObjectIdentityEqualsVisitor. visit(IntersectionType n, Visitable arg)
Integer
ObjectIdentityHashCodeVisitor. visit(IntersectionType n, Void arg)
void
VoidVisitor. visit(IntersectionType n, A arg)
void
VoidVisitorAdapter. 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 void
PrettyPrintVisitor. visit(IntersectionType n, Void arg)
-