Class TypeDef
java.lang.Object
com.thoughtworks.qdox.parser.structs.TypeDef
- Direct Known Subclasses:
WildcardTypeDef
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
getName()
int
hashCode()
void
setActualArgumentTypes
(List<TypeDef> actualArgumentTypes) void
setDimensions
(int dimensions)
-
Field Details
-
name
-
dimensions
private int dimensions -
actualArgumentTypes
-
-
Constructor Details
-
TypeDef
-
TypeDef
-
-
Method Details
-
getName
-
getDimensions
public int getDimensions() -
setDimensions
public void setDimensions(int dimensions) -
equals
-
hashCode
public int hashCode() -
setActualArgumentTypes
- Parameters:
actualArgumentTypes
- the actualArgumentTypes to set
-
getActualArgumentTypes
- Returns:
- the actualArgumentTypes
-