public class CSTypeReference extends CSTypeReferenceExpression implements CSTypeArgumentProvider
UNKNOWN_START_POSITION| Constructor and Description |
|---|
CSTypeReference(String typeName) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(CSVisitor visitor) |
void |
addTypeArgument(CSTypeReferenceExpression typeArgument) |
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
List<CSTypeReferenceExpression> |
typeArguments() |
String |
typeName() |
addEnclosingIfDef, enclosingIfDefs, parent, parent, startPosition, startPositionpublic CSTypeReference(String typeName)
public String typeName()
public List<CSTypeReferenceExpression> typeArguments()
typeArguments in interface CSTypeArgumentProviderpublic void addTypeArgument(CSTypeReferenceExpression typeArgument)
addTypeArgument in interface CSTypeArgumentProviderCopyright © 2014. All Rights Reserved.