public final 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, NODE_BY_BEGIN_POSITION, prettyPrinterNoCommentsConfiguration, 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() |
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, asVoidType, asWildcardType, getAnnotation, getAnnotations, getArrayLevel, getElementType, ifArrayType, ifClassOrInterfaceType, ifPrimitiveType, ifReferenceType, ifTypeParameter, ifUnionType, ifUnknownType, ifVoidType, ifWildcardType, isArrayType, isClassOrInterfaceType, isPrimitiveType, isReferenceType, isTypeParameter, isUnionType, isUnknownType, isVoidType, isWildcardType, toArrayType, toClassOrInterfaceType, toPrimitiveType, toReferenceType, toTypeParameter, toUnionType, toUnknownType, toVoidType, toWildcardTypeaddOrphanComment, containsData, customInitialization, equals, findAll, findAll, findCompilationUnit, findFirst, findFirst, findFirst, findParent, findRootNode, getAllContainedComments, getChildNodes, getChildNodesByType, getComment, getData, getNodesByType, getOrphanComments, getParentNode, getParentNodeForChildren, getParsed, getRange, getSymbolResolver, getTokenRange, hasComment, hashCode, isRegistered, notifyPropertyChange, register, register, registerForSubtree, remove, removeComment, 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, getAnnotation, getAnnotationByClass, getAnnotationByName, getAnnotations, isAnnotationPresent, isAnnotationPresent, setAnnotation, tryAddImportToParentCompilationUnitgetAncestorOfTypecontainsWithin, getBegin, getEnd, isPositionedAfter, isPositionedBeforepublic IntersectionType(NodeList<ReferenceType> elements)
@Generated(value="com.github.javaparser.generator.core.node.MainConstructorGenerator") public IntersectionType(TokenRange tokenRange, NodeList<ReferenceType> elements)
@Generated(value="com.github.javaparser.generator.core.node.AcceptGenerator") 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)@Generated(value="com.github.javaparser.generator.core.node.AcceptGenerator") public <A> void accept(VoidVisitor<A> v, A arg)
Visitable@Generated(value="com.github.javaparser.generator.core.node.PropertyGenerator") public NodeList<ReferenceType> getElements()
@Generated(value="com.github.javaparser.generator.core.node.PropertyGenerator") public IntersectionType setElements(NodeList<ReferenceType> elements)
public IntersectionType setAnnotations(NodeList<AnnotationExpr> annotations)
setAnnotations in interface NodeWithAnnotations<IntersectionType>setAnnotations in class Type@Generated(value="com.github.javaparser.generator.core.node.RemoveMethodGenerator") public boolean remove(Node node)
@Generated(value="com.github.javaparser.generator.core.node.CloneGenerator") public IntersectionType clone()
@Generated(value="com.github.javaparser.generator.core.node.GetMetaModelGenerator") public IntersectionTypeMetaModel getMetaModel()
getMetaModel in class Type@Generated(value="com.github.javaparser.generator.core.node.ReplaceMethodGenerator") public boolean replace(Node node, Node replacementNode)
@Generated(value="com.github.javaparser.generator.core.node.TypeCastingGenerator") public boolean isIntersectionType()
isIntersectionType in class Type@Generated(value="com.github.javaparser.generator.core.node.TypeCastingGenerator") public IntersectionType asIntersectionType()
asIntersectionType in class Type@Generated(value="com.github.javaparser.generator.core.node.TypeCastingGenerator") public void ifIntersectionType(Consumer<IntersectionType> action)
ifIntersectionType in class Typepublic ResolvedIntersectionType resolve()
resolve in interface Resolvable<Object>resolve in class Typepublic Optional<IntersectionType> toIntersectionType()
toIntersectionType in class TypeCopyright © 2007–2017. All rights reserved.