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()->skip()


Method skip

void skip(multiset(string)|string tokens)

Description

Skip the next token if it is a member of the tokens set.

Note

The newline token ("\n") is not skipped implicitly by this function.

See also

readToken() , peekToken() , eat() , skipUntil()