public final class UnionType extends Type implements NodeWithAnnotations<UnionType>
try {
...
} catch(IOException | NullPointerException ex) {
...
}
The types that make up the union type are its "elements"Node.ObserverRegistrationMode, Node.ParsednessABSOLUTE_BEGIN_LINE, ABSOLUTE_END_LINE, NODE_BY_BEGIN_POSITION, prettyPrinterNoCommentsConfiguration, SYMBOL_RESOLVER_KEY| Constructor and Description |
|---|
UnionType() |
UnionType(NodeList<ReferenceType> elements) |
UnionType(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.
|
String |
asString() |
UnionType |
asUnionType() |
UnionType |
clone() |
NodeList<ReferenceType> |
getElements() |
UnionTypeMetaModel |
getMetaModel() |
void |
ifUnionType(Consumer<UnionType> action) |
boolean |
isUnionType() |
boolean |
remove(Node node) |
boolean |
replace(Node node,
Node replacementNode) |
ResolvedUnionType |
resolve() |
UnionType |
setAnnotations(NodeList<AnnotationExpr> annotations) |
UnionType |
setElements(NodeList<ReferenceType> elements) |
asArrayType, asClassOrInterfaceType, asIntersectionType, asPrimitiveType, asReferenceType, asTypeParameter, asUnknownType, asVoidType, asWildcardType, getAnnotation, getAnnotations, getArrayLevel, getElementType, ifArrayType, ifClassOrInterfaceType, ifIntersectionType, ifPrimitiveType, ifReferenceType, ifTypeParameter, ifUnknownType, ifVoidType, ifWildcardType, isArrayType, isClassOrInterfaceType, isIntersectionType, isPrimitiveType, isReferenceType, isTypeParameter, isUnknownType, isVoidType, isWildcardTypeaddOrphanComment, containsData, customInitialization, equals, findCompilationUnit, 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, toString, toString, tryAddImportToParentCompilationUnit, unregisterfinalize, 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 UnionType()
@Generated(value="com.github.javaparser.generator.core.node.MainConstructorGenerator") public UnionType(TokenRange tokenRange, NodeList<ReferenceType> elements)
public UnionType(NodeList<ReferenceType> elements)
@Generated(value="com.github.javaparser.generator.core.node.PropertyGenerator") public NodeList<ReferenceType> getElements()
@Generated(value="com.github.javaparser.generator.core.node.PropertyGenerator") public UnionType setElements(NodeList<ReferenceType> elements)
public UnionType setAnnotations(NodeList<AnnotationExpr> annotations)
setAnnotations in interface NodeWithAnnotations<UnionType>setAnnotations in class Typepublic <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)
Visitable@Generated(value="com.github.javaparser.generator.core.node.RemoveMethodGenerator") public boolean remove(Node node)
@Generated(value="com.github.javaparser.generator.core.node.CloneGenerator") public UnionType clone()
@Generated(value="com.github.javaparser.generator.core.node.GetMetaModelGenerator") public UnionTypeMetaModel 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 isUnionType()
isUnionType in class Type@Generated(value="com.github.javaparser.generator.core.node.TypeCastingGenerator") public UnionType asUnionType()
asUnionType in class Type@Generated(value="com.github.javaparser.generator.core.node.TypeCastingGenerator") public void ifUnionType(Consumer<UnionType> action)
ifUnionType in class Typepublic ResolvedUnionType resolve()
resolve in interface Resolvable<Object>resolve in class TypeCopyright © 2007–2017. All rights reserved.