[top][index]
search for:

FunctionApplication -- the class of all function application expressions

The header type FunctionApplication is a member of the class HeaderType. Each object of class FunctionApplication is called a function application expression. Each function application expression is also a member of class Expression.

More general types (whose methods may also apply) :

  • Expression -- the class of all expressions
  • BasicList -- the class of all basic lists
  • FunctionApplication -- a type of Expression representing an application of a function.

    Methods for using a function application expression :

  • net FunctionApplication
  • precedence FunctionApplication
  • texMath FunctionApplication
  • toString FunctionApplication
  • value FunctionApplication

  • [top][index]
    search for: