Table of Contents

Constructor LexState

Namespace
Alternet.Syntax.Lexer
Assembly
Alternet.Syntax.v9.dll

LexState()

Initializes a new instance of the LexState class with default settings.

public LexState()

LexState(ILexScheme)

Initializes a new instance of the LexState class with a specified owner.

public LexState(ILexScheme scheme)

Parameters

scheme ILexScheme

ILexScheme that owns this new instance.