Interface CBTypeExpressionType

All Superinterfaces:
Formattable
All Known Subinterfaces:
CBTypeExpressionType.CBTypeExprApplicationType, CBTypeExpressionType.CBTypeExprNamedType, CBTypeExpressionType.CBTypeExprParameterType
All Known Implementing Classes:
CBTypeExpressionApplication, CBTypeExpressionNamed, CBTypeExpressionParameter

The type of type expressions.
  • Method Details

    • contains

      boolean contains(CBTypeParameterType parameter)
      Determine if the given type parameter occurs in the type expression.
      Parameters:
      parameter - The type parameter
      Returns:
      true if parameter occurs in this expression