Esempio n. 1
0
 public Type[] getActualTypeArguments() {
   return Types.toArray(this.argumentsList);
 }
Esempio n. 2
0
 public Type[] getUpperBounds() {
   return Types.toArray(this.upperBounds);
 }
Esempio n. 3
0
 public Type[] getBounds() {
   return Types.toArray(this.bounds);
 }
Esempio n. 4
0
 public Type[] getLowerBounds() {
   return Types.toArray(this.lowerBounds);
 }