Class SignatureAttribute.TypeVariable

Enclosing class:
SignatureAttribute

public static class SignatureAttribute.TypeVariable extends SignatureAttribute.ObjectType
Type variables.
  • Constructor Details

    • TypeVariable

      public TypeVariable(String name)
      Constructs a TypeVariable.
      Parameters:
      name - the name of a type variable.
  • Method Details

    • getName

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

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