Set up the templates of the Java implementation class

Property definitions

nitc :: java $ MModule :: ensure_java_files
	# Set up the templates of the Java implementation class
	private fun ensure_java_files
	do
		if java_file != null then return

		# Java implementation code
		java_file = new JavaClassTemplate(impl_java_class_name)
	end
src/ffi/java.nit:260,2--267,4