Parle\RLexer::getToken

(PECL parle >= 0.5.1)

Parle\RLexer::getTokenRetrieve the current token

Descripción

publicParle\RLexer::getToken(): Parle\Token

Retrive the current token.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Returns an instance of Parle\Token.

To Top