Token under cursor.

This is the next token to visit.

Property definitions

nitc $ PrettyPrinterVisitor :: current_token
	# Token under cursor.
	#
	# This is the next token to visit.
	var current_token: nullable Token = null
src/pretty.nit:148,2--151,41