GLib.Scanner.prototype.cur_token

function cur_token(): GLib.TokenType {
    // Gjs wrapper for g_scanner_cur_token()
}
  

Gets the current token type. This is simply the @token field in the GLib.Scanner structure.

Returns

the current token type