caffeine_lang/types/ast/sli_type

Types

A SliType is a named entity that represents the generic (as possible) definition of an SLI that references a query template.

pub type SliType {
  SliType(
    name: String,
    query_template_type: query_template_type.QueryTemplateType,
    typed_instatiation_of_query_templates: generic_dictionary.GenericDictionary,
    specification_of_query_templatized_variables: List(
      basic_type.BasicType,
    ),
  )
}

Constructors

Search Document