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

/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DTypeScript.java52 private boolean echoInput = false; field in class:TypeScript
60 public TypeScript(String prompt, boolean echoInput) { argument
61 this.echoInput = echoInput;
123 if (echoInput) {

Completed in 31 milliseconds