Table of Contents

Method Reset

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

Reset(int, int, int)

Resets Parser to the specified position.

public override void Reset(int line, int pos, int state)

Parameters

line int

Specifies new line index.

pos int

Specifies new position of character within the line.

state int

Specifies new State.