Class SignatureAttribute.TypeVariable

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.String name  
    • Constructor Summary

      Constructors 
      Constructor Description
      TypeVariable​(java.lang.String name)
      Constructs a TypeVariable.
      TypeVariable​(java.lang.String sig, int begin, int end)  
    • Field Detail

      • name

        java.lang.String name
    • Constructor Detail

      • TypeVariable

        TypeVariable​(java.lang.String sig,
                     int begin,
                     int end)
      • 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