Interface ITypeVariable
- All Superinterfaces:
IType, ITypeVariableOrIClass
Type bounds can either be a class or interface type, or a type variable. Example:
MySet<K extends
Comparable & T>-
Method Summary
-
Method Details
-
getName
String getName() -
getBounds
- Returns:
- A zero-length array if this type variable has no bounds
- Throws:
CompileException
-