public class ClassOrInterfaceType extends JavaNode implements Type
| Constructor and Description |
|---|
ClassOrInterfaceType() |
| Modifier and Type | Method and Description |
|---|---|
List<ArrayDimension> |
getDimensions() |
Identifier |
getName() |
ClassOrInterfaceType |
getScope() |
List<TypeArgument> |
getTypeArguments() |
void |
setDimensions(List<ArrayDimension> dimensions) |
void |
setName(Identifier name) |
void |
setScope(ClassOrInterfaceType scope) |
void |
setTypeArguments(List<TypeArgument> typeArguments) |
protected void |
visitChildren(Visitors visitors) |
getEndColumn, getEndLine, getStartColumn, getStartLine, setEndColumn, setEndLine, setStartColumn, setStartLine, visitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEndColumn, getEndLine, getStartColumn, getStartLine, visitpublic List<ArrayDimension> getDimensions()
public Identifier getName()
public ClassOrInterfaceType getScope()
public List<TypeArgument> getTypeArguments()
public void setDimensions(List<ArrayDimension> dimensions)
public void setName(Identifier name)
public void setScope(ClassOrInterfaceType scope)
public void setTypeArguments(List<TypeArgument> typeArguments)
protected void visitChildren(Visitors visitors)
visitChildren in class NodeCopyright © 2013. All rights reserved.