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

/external/javassist/sample/preproc/
H A DCompiler.java60 * @param inputname the name of the source file.
62 public Compiler(String inputname) throws CannotCompileException { argument
64 input = new BufferedReader(new FileReader(inputname));
67 throw new CannotCompileException("cannot open: " + inputname);
70 String outputname = getOutputFilename(inputname);
71 if (outputname.equals(inputname))
73 + inputname);

Completed in 54 milliseconds