Class: InputArgument

InputArgument(index)

Atomic designator representing one of the input arguments of a function.

Constructor

new InputArgument(index)

Parameters:
Name Type Description
index The index of the input argument
Source:

Extends

Members

index

The index of the input argument
Source:

Methods

getIndex()

Gets the index of this argument.
Source:
Extracts the designator at the head of a composition. For designators that are atomic, returns the designator itself.
Overrides:
Source:

tail()

Extracts the designator made of the tail of a composition. For designators that are atomic, returns null.
Overrides:
Source: