public final class ReferenceType extends Type
Constructor and Description |
---|
ReferenceType() |
ReferenceType(int beginLine,
int beginColumn,
int endLine,
int endColumn,
Type type,
int arrayCount,
List<List<AnnotationExpr>> arrayAnnotations) |
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.
|
List<AnnotationExpr> |
getAnnotationsAtLevel(int level) |
List<List<AnnotationExpr>> |
getArrayAnnotations() |
int |
getArrayCount() |
Type |
getType() |
void |
setArrayAnnotations(List<List<AnnotationExpr>> arrayAnnotations) |
void |
setArrayCount(int arrayCount) |
void |
setType(Type type) |
getAnnotations, setAnnotations
equals, getBeginColumn, getBeginLine, getData, getEndColumn, getEndLine, hashCode, setBeginColumn, setBeginLine, setData, setEndColumn, setEndLine, toString
public 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, List<List<AnnotationExpr>> arrayAnnotations)
public <R,A> R accept(GenericVisitor<R,A> v, A arg)
Node
public <A> void accept(VoidVisitor<A> v, A arg)
Node
public int getArrayCount()
public List<List<AnnotationExpr>> getArrayAnnotations()
public List<AnnotationExpr> getAnnotationsAtLevel(int level)
public Type getType()
public void setArrayCount(int arrayCount)
public void setArrayAnnotations(List<List<AnnotationExpr>> arrayAnnotations)
public void setType(Type type)