public abstract class Type extends Node
Constructor and Description |
---|
Type() |
Type(int beginLine,
int beginColumn,
int endLine,
int endColumn) |
Modifier and Type | Method and Description |
---|---|
List<AnnotationExpr> |
getAnnotations() |
void |
setAnnotations(List<AnnotationExpr> annotations) |
accept, accept, equals, getBeginColumn, getBeginLine, getData, getEndColumn, getEndLine, hashCode, setBeginColumn, setBeginLine, setData, setEndColumn, setEndLine, toString
public Type()
public Type(int beginLine, int beginColumn, int endLine, int endColumn)
public void setAnnotations(List<AnnotationExpr> annotations)
public List<AnnotationExpr> getAnnotations()