public class IntersectionType extends Type implements NodeWithAnnotations<IntersectionType>
For example:
public class A<T extends Serializable & Cloneable> { }
Or:
void foo((Serializable & Cloneable)myObject);
Node.BreadthFirstIterator, Node.DirectChildrenIterator, Node.ObserverRegistrationMode, Node.ParentsVisitor, Node.Parsedness, Node.PostOrderIterator, Node.PreOrderIterator, Node.TreeTraversalABSOLUTE_BEGIN_LINE, ABSOLUTE_END_LINE, LINE_SEPARATOR_KEY, NODE_BY_BEGIN_POSITION, PHANTOM_KEY, prettyPrinterNoCommentsConfiguration, PRINTER_KEY, SYMBOL_RESOLVER_KEY| Constructor and Description |
|---|
IntersectionType(NodeList<ReferenceType> elements) |
IntersectionType(TokenRange tokenRange,
NodeList<ReferenceType> elements)
This constructor is used by the parser and is considered private.
|
| Modifier and Type | Method and Description |
|---|---|
<R,A> R |
accept(GenericVisitor<R,A> v,
A arg)
Accept method for visitor support.
|
<A> void |
accept(VoidVisitor<A> v,
A arg)
Accept method for visitor support.
|
IntersectionType |
asIntersectionType() |
String |
asString() |
IntersectionType |
clone() |
ResolvedType |
convertToUsage(Context context) |
NodeList<ReferenceType> |
getElements() |
IntersectionTypeMetaModel |
getMetaModel() |
void |
ifIntersectionType(Consumer<IntersectionType> action) |
boolean |
isIntersectionType() |
boolean |
remove(Node node) |
boolean |
replace(Node node,
Node replacementNode) |
ResolvedIntersectionType |
resolve() |
IntersectionType |
setAnnotations(NodeList<AnnotationExpr> annotations) |
IntersectionType |
setElements(NodeList<ReferenceType> elements) |
Optional<IntersectionType> |
toIntersectionType() |
asArrayType, asClassOrInterfaceType, asPrimitiveType, asReferenceType, asTypeParameter, asUnionType, asUnknownType, asVarType, asVoidType, asWildcardType, getAnnotation, getAnnotations, getArrayLevel, getElementType, ifArrayType, ifClassOrInterfaceType, ifPrimitiveType, ifReferenceType, ifTypeParameter, ifUnionType, ifUnknownType, ifVarType, ifVoidType, ifWildcardType, isArrayType, isClassOrInterfaceType, isPrimitiveType, isReferenceType, isTypeParameter, isUnionType, isUnknownType, isVarType, isVoidType, isWildcardType, toArrayType, toClassOrInterfaceType, toDescriptor, toPrimitiveType, toReferenceType, toTypeParameter, toUnionType, toUnknownType, toVarType, toVoidType, toWildcardTypeaddOrphanComment, containsData, createDefaultPrinter, createDefaultPrinter, customInitialization, equals, findAll, findAll, findAll, findCompilationUnit, findFirst, findFirst, findFirst, findRootNode, getAllContainedComments, getChildNodes, getChildNodesByType, getComment, getData, getDataKeys, getDefaultPrinterConfiguration, getLineEndingStyle, getLineEndingStyleOrDefault, getNodesByType, getOrphanComments, getParentNode, getParentNodeForChildren, getParsed, getPrinter, getPrinter, getRange, getSymbolResolver, getTokenRange, hashCode, hasScope, isAncestorOf, isPhantom, isRegistered, notifyPropertyChange, register, register, registerForSubtree, remove, removeComment, removeData, removeForced, removeOrphanComment, replace, setAsParentNodeOf, setAsParentNodeOf, setBlockComment, setComment, setData, setLineComment, setParentNode, setParsed, setRange, setTokenRange, stream, stream, toString, toString, tryAddImportToParentCompilationUnit, unregister, walk, walk, walkfinalize, getClass, notify, notifyAll, wait, wait, waitaddAndGetAnnotation, addAndGetAnnotation, addAnnotation, addAnnotation, addAnnotation, addMarkerAnnotation, addMarkerAnnotation, addSingleMemberAnnotation, addSingleMemberAnnotation, addSingleMemberAnnotation, addSingleMemberAnnotation, getAnnotation, getAnnotationByClass, getAnnotationByName, getAnnotations, isAnnotationPresent, isAnnotationPresent, setAnnotation, tryAddImportToParentCompilationUnitfindAncestor, findAncestor, findAncestor, hasParentNode, isDescendantOfcontainsWithin, containsWithinRange, getBegin, getEnd, hasRangepublic IntersectionType(NodeList<ReferenceType> elements)
public IntersectionType(TokenRange tokenRange, NodeList<ReferenceType> elements)
public <R,A> R accept(GenericVisitor<R,A> v, A arg)
Visitableaccept in interface VisitableR - the type of the return value of the visitorA - the type the user argument passed to the visitorv - the visitor implementationarg - the argument passed to the visitor (of type A)public <A> void accept(VoidVisitor<A> v, A arg)
Visitablepublic NodeList<ReferenceType> getElements()
public IntersectionType setElements(NodeList<ReferenceType> elements)
public IntersectionType setAnnotations(NodeList<AnnotationExpr> annotations)
setAnnotations in interface NodeWithAnnotations<IntersectionType>setAnnotations in class Typepublic IntersectionType clone()
public IntersectionTypeMetaModel getMetaModel()
getMetaModel in class Typepublic boolean isIntersectionType()
isIntersectionType in class Typepublic IntersectionType asIntersectionType()
asIntersectionType in class Typepublic void ifIntersectionType(Consumer<IntersectionType> action)
ifIntersectionType in class Typepublic ResolvedIntersectionType resolve()
resolve in interface Resolvable<ResolvedType>resolve in class Typepublic Optional<IntersectionType> toIntersectionType()
toIntersectionType in class Typepublic ResolvedType convertToUsage(Context context)
convertToUsage in interface ConvertibleToUsageCopyright © 2007–2024. All rights reserved.