nitc :: ANode :: hot_location
# The location of the important part of the node (identifier or whatever)
fun hot_location: Location do return location
src/parser/parser_nodes.nit:29,2--30,46
redef fun hot_location
do
return n_id2.location
end
src/parser/parser_nodes.nit:1398,2--1401,4
redef fun hot_location do return n_qid.location
src/parser/parser_nodes.nit:1277,2--48