|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GraphWriter
An interface for exporting a control flow graph to various output formats.
| Method Summary | |
|---|---|
void |
write(String filename)
Exports the control flow graph to the specified file. |
void |
write(Writer out)
Exports the control flow graph to the specified output stream. |
| Method Detail |
|---|
void write(String filename)
throws IOException
filename - the name of a file in which to save the graph
IOException - if the graph cannot be written to disk
void write(Writer out)
throws IOException
out - an output stream in which to save the graph
IOException - if the graph cannot be written to the stream
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||