Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
Tools
Tools.AutoDoc
Tools.AutoDoc.PikeParser

Method Tools.AutoDoc.PikeParser()->peekToken()


Method peekToken

string peekToken(int|void with_newlines)

Description

Peek at the next token in the stream without advancing.

Parameter with_newlines

If set will return "\n" tokens, these will otherwise silently be skipped.

Returns

Returns the next token.

See also

readToken() , lookAhead()