Table of Contents

Method PeekToken

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

PeekToken()

Parses next portion of the text, remaining current position unchanged.

public virtual int PeekToken()

Returns

int

Token that corresponds to the next position.

PeekToken(out string)

Parses next portion of the text, remaining current position unchanged.

public virtual int PeekToken(out string str)

Parameters

str string

Retrieves token string for the next token.

Returns

int

Token that corresponds to the next position.