Table of Contents

Method PeekValidToken

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

PeekValidToken()

When implemented by a class, parses to the next valid (non-whitespace, non-comment) portion of the text, remaining current position unchanged.

int PeekValidToken()

Returns

int

Next valid token.

PeekValidToken(out string)

When implemented by a class, parses to the next valid (non-whitespace, non-comment) portion of the text, remaining current position unchanged.

int PeekValidToken(out string str)

Parameters

str string

Retrieves token string for the next valid token.

Returns

int

Next valid token.