Class SpiderTypeDefinition

The signature of a function.

Hierarchy

  • SpiderTypeDefinition

Properties

_paramRefs: (undefined | Mutable<SpiderLocalParameterReference>)[]
_parameters: SpiderValueType[]
module: SpiderModule
results: readonly SpiderValueType[]

A list of the results of this type. Empty for types which return nothing.

Accessors

Methods

  • Removes parameters from this type and inserts new ones in their place. Parameters and return values are the same as Javascript's Array.splice method.

    Parameters

    Returns SpiderValueType[]

Generated using TypeDoc