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