Labels associated to a each escapemarks.

Because of inlinings, escape-marks must be associated to their context (the frame)

Property definitions

nitc $ JavaStaticFrame :: escapemark_names
	# Labels associated to a each escapemarks.
	# Because of inlinings, escape-marks must be associated to their context (the frame)
	private var escapemark_names = new HashMap[EscapeMark, String]
src/compiler/java_compiler.nit:1284,2--1286,63