getUpperBound abstract method

LinkDeclaration? getUpperBound()

Gets the upper bound for type variables.

Returns:

  • The LinkDeclaration representing the upper bound
  • null if no bound exists or not a type variable

Implementation

LinkDeclaration? getUpperBound();