Searched defs:lineSep (Results 1 - 2 of 2) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javah/
H A DGen.java71 protected String lineSep = System.getProperty("line.separator"); field in class:Gen
291 s.append(cname); s.append("_"); s.append(fname); s.append(lineSep);
306 return "#ifdef __cplusplus" + lineSep + "extern \"C\" {" + lineSep + "#endif";
310 return "#ifdef __cplusplus" + lineSep + "}" + lineSep + "#endif";
314 return "/* Header for class " + cname + " */" + lineSep + lineSep +
315 "#ifndef _Included_" + cname + lineSep +
328 pw.println("/* DO NOT EDIT THIS FILE - it is machine generated */" + lineSep
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DPretty.java127 out.write(lineSep);
130 String lineSep = System.getProperty("line.separator"); field in class:Pretty

Completed in 306 milliseconds