[top][index]
search for:

HeaderType -- a class of lists with abbreviated constructors

The type HeaderType is a member of the class Type. Each object of class HeaderType is called a header type. Each header type is also a member of class Type.

More general types (whose methods may also apply) :

  • Type -- the class of all types
  • MutableHashTable -- the class of all mutable hash tables
  • HashTable -- the class of all hash tables
  • These are the types X of lists which can be constructed by expressions of the form X {a,b,c,...}. They also act on sequences.

    i1 : X = new HeaderType of BasicList

    o1 = X

    o1 : HeaderType
    i2 : X {a,b,c}

    o2 = X{a, b, c}

    o2 : X

    See also:

  • WrapperType -- a class of lists with abbreviated constructors
  • SelfInitializingType -- the class of all self initializing types
  • Methods for using a header type :

  • HeaderType Sequence
  • HeaderType List
  • Fixed objects of class HeaderType :

  • Adjacent -- the class of all adjacent expression pairs
  • BinaryOperation -- the class of all binary operation expressions
  • Divide -- the class of all divide expressions
  • DoubleArrow
  • Entity -- the class of all entities
  • Equation -- the class of all equation expressions
  • FunctionApplication -- the class of all function application expressions
  • MatrixExpression -- the class of all matrix expressions
  • Power -- the class of all power expressions
  • RowExpression -- the class of all matrix expressions
  • SparseMonomialVectorExpression -- the class of all sparse monomial vector expressions
  • SparseVectorExpression -- the class of all sparse vector expressions
  • Subscript -- the class of all subscript expressions
  • Superscript -- the class of all superscript expressions
  • Table -- the class of all table expressions

  • [top][index]
    search for: