Class: Identifier

index.Identifier

An

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new Identifier(name): Identifier

Parameters

NameType
namestring

Returns

Identifier

Defined in

src/model/identifier.js:27

Properties

name

Readonly name: string

The identifier itself

Defined in

src/model/identifier.js:34


representation

representation: undefined | string

String representation of the identifier

Defined in

src/model/identifier.js:22

Methods

clone

clone(): Identifier

Create an identical copy of this identifier

Returns

Identifier

Defined in

src/model/identifier.js:49