soot.util.dot
Interface Renderable

All Known Implementing Classes:
DotGraph, DotGraphCommand, DotGraphEdge, DotGraphNode

public interface Renderable


Method Summary
 void render(java.io.OutputStream device, int indent)
           
 

Method Detail

render

public void render(java.io.OutputStream device,
                   int indent)
            throws java.io.IOException