Class ClassRefOrTypeVariableSignature

Direct Known Subclasses:
ClassRefTypeSignature, TypeVariableSignature

public abstract class ClassRefOrTypeVariableSignature extends ReferenceTypeSignature
A class type or type variable. Subclasses are ClassRefTypeSignature and TypeVariableSignature.
  • Method Details

    • toStringWithSimpleNames

      public String toStringWithSimpleNames()
      Render to string, using only simple names for classes.
      Returns:
      the string representation, using simple names for classes.
    • toString

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