Property definitions

sexp $ SExpEntity :: defaultinit
# Any S-Expression entity
abstract class SExpEntity

	# Location in the source document
	var location: nullable Location
end
lib/sexp/sexp.nit:16,1--21,3