Searched defs:IntersectionType (Results 1 – 6 of 6) sorted by relevance
22 public class IntersectionType extends Type<IntersectionType> implements NodeWithAnnotations<Interse… class26 public IntersectionType(Range range, List<ReferenceType> elements) { in IntersectionType() method in IntersectionType31 public IntersectionType(List<ReferenceType> elements) { in IntersectionType() method in IntersectionType
55 public class IntersectionType extends Type implements NodeWithAnnotations<IntersectionType> { class61 public IntersectionType(NodeList<ReferenceType> elements) { in IntersectionType() method in IntersectionType69 public IntersectionType(TokenRange tokenRange, NodeList<ReferenceType> elements) { in IntersectionType() method in IntersectionType
417 enum IntersectionType { enum
445 enum IntersectionType { enum
1705 final public IntersectionType IntersectionType() {Position begin; in IntersectionType() method in ASTParser
1765 …final public IntersectionType IntersectionType(NodeList<AnnotationExpr> annotations) throws ParseE… in IntersectionType() method in GeneratedJavaParser