Class CBTypeParameter

java.lang.Object
com.io7m.cedarbridge.schema.compiled.internal.CBTypeParameter
All Implemented Interfaces:
CBTypeParameterType

public final class CBTypeParameter extends Object implements CBTypeParameterType
A type parameter.
  • Constructor Details

    • CBTypeParameter

      public CBTypeParameter(String inName, int inIndex, List<String> inDocumentation)
      Construct a type parameter.
      Parameters:
      inName - The parameter name
      inIndex - The parameter index
      inDocumentation - The documentation
  • Method Details