Class SignatureAttribute.TypeVariable

Enclosing class:
SignatureAttribute

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

  • Constructor Details

    • TypeVariable

      TypeVariable(String sig, int begin, int end)
    • TypeVariable

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