|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--soot.util.DotGraphCommand
Encodes general Dot commands.
Constructor Summary | |
DotGraphCommand(java.lang.String cmd)
|
Method Summary | |
void |
render(java.io.OutputStream out,
int indent)
Implements Renderable interface. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DotGraphCommand(java.lang.String cmd)
cmd
- a dot dommand stringMethod Detail |
public void render(java.io.OutputStream out, int indent) throws java.io.IOException
render
in interface Renderable
out
- the output streamindent
- the number of indent space
java.io.IOException
Renderable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |