|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--soot.util.dot.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
out
- the output streamindent
- the number of indent spaceRenderable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |