Is self a token or a pure-structural production like AQId?

Property definitions

nitc $ ANode :: is_structural
	# Is `self` a token or a pure-structural production like `AQId`?
	fun is_structural: Bool do return false
src/parser/parser_nodes.nit:38,2--39,40

nitc $ Token :: is_structural
	redef fun is_structural do return true
src/parser/parser_nodes.nit:383,2--39

nitc $ AQid :: is_structural
	redef fun is_structural do return true
src/parser/parser_nodes.nit:1764,2--39

nitc $ AQclassid :: is_structural
	redef fun is_structural do return true
src/parser/parser_nodes.nit:1776,2--39