|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Objectorg.javaruntype.typedef.InnerParameterizedTypeTypeDefVariable
public final class InnerParameterizedTypeTypeDefVariable
Represents an inner type definition variable containing a parameterized type.
For example: X extends List<Integer>.
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
int |
getArrayDimensions()
Returns the number of array dimensions applied to the component class. |
Class<?> |
getComponentClass()
Returns the component class |
InnerTypeDefVariable[] |
getVariables()
Returns the type parameters (variables) applied to the component class. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public Class<?> getComponentClass()
Returns the component class
public InnerTypeDefVariable[] getVariables()
public int getArrayDimensions()
Returns the number of array dimensions applied to the component class.
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||