IRIRefToken
Implements

Description

The token of the IRI term.

Constructor

IRIRefToken( value: string )

Parameters

NameTypeDescription
string

Properties

token: "iri"
value: string

Methods

toString( spaces?: number ): string

Parameters

NameTypeDescription
number