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

/openjdk7/jdk/src/share/classes/javax/script/
H A DScriptEngineFactory.java186 * public String getOutputStatement(String toDisplay) {
187 * return "print(" + toDisplay + ")";
191 * @param toDisplay The String to be displayed by the returned statement.
196 public String getOutputStatement(String toDisplay); argument
/openjdk7/jdk/src/share/classes/com/sun/script/javascript/
H A DRhinoScriptEngineFactory.java99 public String getOutputStatement(String toDisplay) { argument
101 int len = toDisplay.length();
104 char ch = toDisplay.charAt(i);
/openjdk7/jdk/src/macosx/classes/apple/applescript/
H A DAppleScriptEngineFactory.java181 * @param toDisplay
184 public String getOutputStatement(final String toDisplay) { argument
186 return getMethodCallSyntax(null, "print", toDisplay);

Completed in 61 milliseconds