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 com.github.javaparser.symbolsolver.javaparsermodel Implementation of model based on JavaParser. -
-
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. asIntersectionType()
IntersectionType
Type. asIntersectionType()
IntersectionType
IntersectionType. clone()
IntersectionType
IntersectionType. setAnnotations(NodeList<AnnotationExpr> annotations)
IntersectionType
IntersectionType. 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 void
IntersectionType. ifIntersectionType(Consumer<IntersectionType> action)
void
Type. 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 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)
R
GenericVisitorWithDefaults. visit(IntersectionType n, A arg)
Integer
HashCodeVisitor. visit(IntersectionType n, Void arg)
Visitable
ModifierVisitor. visit(IntersectionType n, A arg)
Boolean
NoCommentEqualsVisitor. visit(IntersectionType n, Visitable arg)
Integer
NoCommentHashCodeVisitor. visit(IntersectionType n, Void 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)
void
VoidVisitorWithDefaults. 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
DefaultPrettyPrinterVisitor. visit(IntersectionType n, Void arg)
void
PrettyPrintVisitor. visit(IntersectionType n, Void arg)
Deprecated. -
Uses of IntersectionType in com.github.javaparser.symbolsolver.javaparsermodel
Methods in com.github.javaparser.symbolsolver.javaparsermodel with parameters of type IntersectionType Modifier and Type Method Description ResolvedType
DefaultVisitorAdapter. visit(IntersectionType node, Boolean aBoolean)
-