Table of Contents

Class TypeScriptTokenizer.LineToken

Namespace
Alternet.Syntax.Parsers.TypeScript
Assembly
Alternet.Syntax.Parsers.TypeScript.v9.dll

Represents information about particular line token.

public class TypeScriptTokenizer.LineToken
Inheritance
TypeScriptTokenizer.LineToken

Constructors

LineToken(int, int, int, int)

Initializes a new instance of the LineToken class with specific parameters.

Properties

Length

Gets or sets token length.

Line

Gets or sets number of line.

Start

Gets or sets number of start character.

Style

Gets or sets lexical style.

Methods

Clone()

Creates a new LineToken that is a copy of the current instance.