Table of Contents

Method Reset

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

Reset()

Resets Parser to the start position.

public virtual void Reset()

Reset(int, int, int)

Resets Parser to the specified position.

public virtual 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.