public class IntersectionType extends Type
ABSOLUTE_BEGIN_LINE, ABSOLUTE_END_LINE| Constructor and Description |
|---|
IntersectionType(int beginLine,
int beginColumn,
int endLine,
int endColumn,
List<ReferenceType> elements) |
IntersectionType(List<ReferenceType> elements) |
| 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.
|
List<ReferenceType> |
getElements() |
void |
setElements(List<ReferenceType> elements) |
getAnnotations, setAnnotationsaddOrphanComment, clone, contains, equals, getAllContainedComments, getBeginColumn, getBeginLine, getChildrenNodes, getComment, getData, getEndColumn, getEndLine, getOrphanComments, getParentNode, hasComment, hashCode, isPositionedAfter, isPositionedBefore, setAsParentNodeOf, setAsParentNodeOf, setBeginColumn, setBeginLine, setComment, setData, setEndColumn, setEndLine, setParentNode, toString, toStringWithoutCommentspublic IntersectionType(int beginLine,
int beginColumn,
int endLine,
int endColumn,
List<ReferenceType> elements)
public IntersectionType(List<ReferenceType> elements)
public <R,A> R accept(GenericVisitor<R,A> v, A arg)
Nodepublic <A> void accept(VoidVisitor<A> v, A arg)
Nodepublic List<ReferenceType> getElements()
public void setElements(List<ReferenceType> elements)
Copyright © 2007–2016. All rights reserved.