Property definitions

nitc $ AStdImport :: defaultinit
# A standard import clause. eg `import x`
class AStdImport
	super AImport
	# The imported module name
	var n_name: AModuleName is writable, noinit
end
src/parser/parser_nodes.nit:1188,1--1193,3