|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Objectorg.javaruntype.typedef.BoundedTypeDefVariable
public final class BoundedTypeDefVariable
Represents a type definition variable which, besides a name, specifies a series of bounds with an extends expression.
A variable can specify several bounds with "&": X extends [bound]&[bound]&[bound]....
Bounds for a bounded type definition variable are represented by objects of type
InnerTypeDefVariable returned by getBounds().
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
InnerTypeDefVariable[] |
getBounds()
Returns the bounds specified for the type definition variable. |
String |
getVariableName()
Returns the variable name. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String getVariableName()
TypeDefVariable
getVariableName in interface TypeDefVariablepublic InnerTypeDefVariable[] getBounds()
Returns the bounds specified for the type definition variable.
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 | |||||||||