parse_identifier


Description:

[ Version ( since = "2.4" ) ]
public bool parse_identifier (out string identifier)

Parameters:

this

A Scanner created by Scanner.file or Scanner.string

identifier

the expected identifier.

Returns:

true if the next token is an identifier and if its value matches identifier.