Home | History | Annotate | Download | only in web

Lines Matching full:code

25  * the main class is not a subclass of <code>Applet</code>.
26 * This viewwer first calls <code>main()</code> in the main class.
30 * <ul><code>% java javassist.tools.web.Viewer <i>host port</i> Main arg1, ...</code></ul>
32 * <p>This command calls <code>Main.main()</code> with <code>arg1,...</code>
33 * All classes including <code>Main</code> are fetched from
35 * Only the class file for <code>Viewer</code> must exist
37 * <code>javassist.*</code> classes are not needed at the client side.
38 * <code>Viewer</code> uses only Java core API classes.
40 * <p>Note: since a <code>Viewer</code> object is a class loader,
41 * a program loaded by this object can call a method in <code>Viewer</code>.
91 * Invokes main() in the class specified by <code>classname</code>.
94 * @param args the arguments passed to <code>main()</code>.
131 * either <code>java.*</code>, <code>javax.*</code>, or
132 * <code>Viewer</code>, then it is loaded by the parent class
136 * <code>Viewer</code>.