public class MultiTypeParameter extends BaseParameter
ABSOLUTE_BEGIN_LINE, ABSOLUTE_END_LINE| Constructor and Description |
|---|
MultiTypeParameter() |
MultiTypeParameter(int beginLine,
int beginColumn,
int endLine,
int endColumn,
int modifiers,
List<AnnotationExpr> annotations,
UnionType type,
VariableDeclaratorId id) |
MultiTypeParameter(int modifiers,
List<AnnotationExpr> annotations,
UnionType type,
VariableDeclaratorId id) |
| 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.
|
UnionType |
getType() |
void |
setType(UnionType type) |
getAnnotations, getId, getModifiers, setAnnotations, setId, setModifiersaddOrphanComment, 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 MultiTypeParameter()
public MultiTypeParameter(int modifiers,
List<AnnotationExpr> annotations,
UnionType type,
VariableDeclaratorId id)
public MultiTypeParameter(int beginLine,
int beginColumn,
int endLine,
int endColumn,
int modifiers,
List<AnnotationExpr> annotations,
UnionType type,
VariableDeclaratorId id)
public <R,A> R accept(GenericVisitor<R,A> v, A arg)
Nodepublic <A> void accept(VoidVisitor<A> v, A arg)
Nodepublic UnionType getType()
public void setType(UnionType type)
Copyright © 2007–2016. All rights reserved.