The raw content on the token

Property definitions

nitc $ Token :: text=
	# The raw content on the token
	fun text=(text: String) is abstract
src/parser/parser_nodes.nit:353,2--354,36

nitc :: lexer_work $ Token :: text=
    redef fun text=(text)
    do
        _cached_text = text
    end
src/parser/lexer_work.nit:33,5--36,7