Class SignatureAttribute.TypeVariable

    • Constructor Detail

      • TypeVariable

        public TypeVariable​(java.lang.String name)
        Constructs a TypeVariable.
        Parameters:
        name - the name of a type variable.
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns the variable name.
      • toString

        public java.lang.String toString()
        Returns the string representation.
        Overrides:
        toString in class java.lang.Object