Property definitions

java $ NativeFile :: is_directory
	fun is_directory: Bool in "Java" `{ return self.isDirectory(); `}
lib/java/io.nit:68,2--66