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 com.github.javaparser.symbolsolver.javaparsermodel Implementation of model based on JavaParser. -
-
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)https://docs.oracle.com/javase/specs/jls/se15/html/jls-4.html#jls-4.9 An intersection type takes the form T1 & ... -
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)voidNodeFinderVisitor. visit(IntersectionType n, Range 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 voidDefaultPrettyPrinterVisitor. visit(IntersectionType n, java.lang.Void arg)voidPrettyPrintVisitor. visit(IntersectionType n, java.lang.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 ResolvedTypeDefaultVisitorAdapter. visit(IntersectionType node, java.lang.Boolean aBoolean)
-