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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJExpr.java223 public static String quotify(char quote, String s) { method in class:JExpr
263 return new JAtom(quotify('\'', "" + c));

Completed in 23 milliseconds