BindToken
Implements

Description

The token of the BIND statement.

Constructor

BindToken( assigment: AssigmentToken )

Parameters

NameTypeDescription
AssigmentToken

Properties

token: "bind"
assigment: AssigmentToken

Methods

toString( spaces?: number ): string

Parameters

NameTypeDescription
number