public class TypeParamRef extends TypeRef
ALSO_IMPORT, INIT| Constructor and Description |
|---|
TypeParamRef(String name,
int dimensions,
Map<AttributeKey,Object> attributes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getDimensions() |
String |
getName() |
int |
hashCode() |
boolean |
isAssignableFrom(TypeRef ref) |
String |
toString() |
TypeParamRef |
withDimensions(int dimensions) |
getAttribute, getAttributes, hasAttributepublic TypeParamRef(String name, int dimensions, Map<AttributeKey,Object> attributes)
public String getName()
public int getDimensions()
getDimensions in class TypeRefpublic TypeParamRef withDimensions(int dimensions)
withDimensions in class TypeRefpublic boolean isAssignableFrom(TypeRef ref)
isAssignableFrom in class TypeRefCopyright © 2016. All Rights Reserved.