Base term to identify function terms.

Hierarchy

Constructors

  • Parameters

    • __namedParameters: {
          maxArgs: any;
          options: undefined | {};
          terms: undefined | any[];
      } = {}
      • maxArgs: any
      • options: undefined | {}
      • terms: undefined | any[]

    Returns FunctionTerm

Properties

isIntermediate: boolean = false
terms: RollTerm[]

Function parameters

SERIALIZE_ATTRIBUTES: string[] = ...

Accessors

Methods

  • Determine if the string term expression is identifier for this function.

    Parameters

    • expression: string

      String identifier from StringTerm.term

    Returns boolean

Generated using TypeDoc