Class Java.TypeParameter

  • Enclosing class:
    Java

    public static class Java.TypeParameter
    extends java.lang.Object
    Representation of a type parameter (which declares a type variable).
    • Field Summary

      Fields 
      Modifier and Type Field Description
      Java.ReferenceType[] bound
      The optional bound of the type parameter.
      java.lang.String name
      The name of the type variable.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • name

        public final java.lang.String name
        The name of the type variable.
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object