|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.spy.util.TypeNameGen
public class TypeNameGen
Used at compile time to generate TypeNames.
| Constructor Summary | |
|---|---|
TypeNameGen()
Get the TypeNameGen instance. |
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
Write out the TypeNames implementation. |
void |
writeTo(java.io.PrintStream ps)
Write the TypeNames class to the given PrintStream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TypeNameGen()
| Method Detail |
|---|
public void writeTo(java.io.PrintStream ps)
throws java.io.IOException
ps - the printstream to which to write the source
java.io.IOException - if there's a problem writing
public static void main(java.lang.String[] args)
throws java.io.IOException
args - (0) = path to which to write the TypeNames
java.io.IOException - if there's a problem writing the file
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||