Interface Signature.TypeVarSig

All Superinterfaces:
Signature, Signature.RefTypeSig, Signature.ThrowableSig
Enclosing interface:
Signature

public static sealed interface Signature.TypeVarSig extends Signature.RefTypeSig, Signature.ThrowableSig
Models the signature of a type variable.
Since:
24
  • Method Details

    • identifier

      String identifier()
      Returns the name of the type variable.
      Returns:
      the name of the type variable
    • of

      static Signature.TypeVarSig of(String identifier)
      Returns a signature for a type variable.
      Parameters:
      identifier - the name of the type variable
      Returns:
      a signature for a type variable