Home | History | Annotate | Download | only in tutorial

Lines Matching full:writefile

49 cc.writeFile();
87 class file when <code>writeFile()</code> in <code>CtClass()</code> is
90 <p><code>writeFile()</code> translates the <code>CtClass</code> object
138 <code>writeFile()</code>, <code>toClass()</code>, or
151 cc.writeFile();
181 cc.writeFile(); // convert to a class file.
186 Thus it can be defrost after <code>writeFile()</code> is called.
340 cc.writeFile();
504 by <code>writeFile()</code> or <code>toBytecode()</code>, Javassist
515 cc.writeFile();
516 cc.setName("Pair"); // wrong since writeFile() has been called.
525 cc.writeFile();
535 can be executed after <code>writeFile()</code> or <code>toBytecode()</code>
550 <li>3. Call <code>writeFile()</code> or <code>toBytecode()</code>
895 <code>toBytecode()</code> or <code>writeFile()</code> since
1048 cc.writeFile(".");</pre></ul>