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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJStringLiteral.java46 f.p(JExpr.quotify('"', str));
H A DJExpr.java223 public static String quotify(char quote, String s) { method in class:JExpr
263 return new JAtom(quotify('\'', "" + c));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/generator/
H A DServiceGenerator.java302 "Cannot find "+JExpr.quotify('\'', wsdlLocation)+" wsdl. Place the resource correctly in the classpath."));
325 "Cannot find "+JExpr.quotify('\'', wsdlLocation)+" wsdl. Place the resource correctly in the classpath."));

Completed in 31 milliseconds