public final class ReferenceType extends Type
| 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,
List<AnnotationExpr> annotations,
List<List<AnnotationExpr>> arraysAnnotations) |
ReferenceType(Type type) |
ReferenceType(Type type,
int arrayCount) |
ReferenceType(Type type,
int arrayCount,
List<AnnotationExpr> annotations) |
| 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() |
List<List<AnnotationExpr>> |
getArraysAnnotations() |
Type |
getType() |
void |
setArrayCount(int arrayCount) |
void |
setArraysAnnotations(List<List<AnnotationExpr>> arraysAnnotations) |
void |
setType(Type type) |
getAnnotations, setAnnotationscontains, equals, getBeginColumn, getBeginLine, getData, getEndColumn, getEndLine, hashCode, isInEqualLocation, isNewNode, isPreviousThan, setBeginColumn, setBeginLine, setData, setEndColumn, setEndLine, toStringpublic ReferenceType()
public ReferenceType(Type type)
public ReferenceType(Type type, int arrayCount)
public ReferenceType(Type type, int arrayCount, List<AnnotationExpr> annotations)
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,
List<AnnotationExpr> annotations,
List<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 List<List<AnnotationExpr>> getArraysAnnotations()
public void setArraysAnnotations(List<List<AnnotationExpr>> arraysAnnotations)
Copyright © 2015. All rights reserved.