|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.dms.backend.Trace
public class Trace
This is the entry point of the backend, this class constructs the control flow graf and applies optimizations
Method Summary | |
---|---|
protected void |
close()
|
static String |
generateEdge(String from,
String to,
int nb,
int count,
boolean arrow)
Generates a node |
static String |
generateNode(String title,
String label)
Generates a node |
protected void |
write(String s)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static String generateNode(String title, String label)
public static String generateEdge(String from, String to, int nb, int count, boolean arrow)
protected void write(String s) throws IOException
IOException
protected void close() throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |