public final class ReferenceType extends Type
ABSOLUTE_BEGIN_LINE, ABSOLUTE_END_LINE| Constructor and Description |
|---|
ReferenceType() |
ReferenceType(int beginLine,
int beginColumn,
int endLine,
int endColumn,
Type type,
int arrayCount) |
ReferenceType(int beginLine,
int beginColumn,
int endLine,
int endColumn,
Type type,
int arrayCount,
java.util.List<AnnotationExpr> annotations,
java.util.List<java.util.List<AnnotationExpr>> arraysAnnotations) |
ReferenceType(Type type) |
ReferenceType(Type type,
int arrayCount) |
| 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.
|
int |
getArrayCount() |
java.util.List<java.util.List<AnnotationExpr>> |
getArraysAnnotations() |
Type |
getType() |
void |
setArrayCount(int arrayCount) |
void |
setArraysAnnotations(java.util.List<java.util.List<AnnotationExpr>> arraysAnnotations) |
void |
setType(Type type) |
getAnnotations, setAnnotationsaddOrphanComment, 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 ReferenceType()
public ReferenceType(Type type)
public ReferenceType(Type type, int arrayCount)
public ReferenceType(int beginLine,
int beginColumn,
int endLine,
int endColumn,
Type type,
int arrayCount)
public ReferenceType(int beginLine,
int beginColumn,
int endLine,
int endColumn,
Type type,
int arrayCount,
java.util.List<AnnotationExpr> annotations,
java.util.List<java.util.List<AnnotationExpr>> arraysAnnotations)
public <R,A> R accept(GenericVisitor<R,A> v, A arg)
Nodepublic <A> void accept(VoidVisitor<A> v, A arg)
Nodepublic int getArrayCount()
public Type getType()
public void setArrayCount(int arrayCount)
public void setType(Type type)
public java.util.List<java.util.List<AnnotationExpr>> getArraysAnnotations()
public void setArraysAnnotations(java.util.List<java.util.List<AnnotationExpr>> arraysAnnotations)
Copyright © 2007-2015. All Rights Reserved.