|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectharpoon.Util.Graph
public abstract class Graph
Constructor Summary | |
---|---|
Graph()
|
Method Summary | |
---|---|
static void |
printBBCFG(HMethod hm,
HCodeFactory hcf,
PrintWriter out)
Print the Control Flow Graph of the Basic Blocks composing the code of method hm , as constructed by the
code factory hcf . |
static void |
printBBCFG(HMethod hm,
LBBConverter lbbconv,
PrintWriter out)
Print the Control Flow Graph of the Basic Blocks composing the code of method hm , as constructed by the
LBBConverter hcf . |
static void |
printCFG(HCode hc,
PrintWriter pw,
String title)
Print (vcg format) control from graph representing code view. |
static void |
printCFG(HCode hc,
PrintWriter pw,
String title,
String[] setup)
Print (vcg format) control flow graph representing code view. |
static void |
printClassHierarchy(PrintWriter pw,
HMethod root,
ClassHierarchy ch)
|
static void |
printDomTree(boolean isPost,
HCode hc,
PrintWriter pw,
String title)
Print (vcg format) (Post)DomTree of code view. |
static void |
printDomTree(boolean isPost,
HCode hc,
PrintWriter pw,
String title,
String[] setup)
Print (vcg format) of (Post)DomTree. |
static void |
printDomTree(HCode hc,
PrintWriter pw,
String title)
Print (vcg format) DomTree of code view. |
static void |
printDomTree(HCode hc,
PrintWriter pw,
String title,
String[] setup)
Print (vcg format) of DomTree. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Graph()
Method Detail |
---|
public static final void printCFG(HCode hc, PrintWriter pw, String title)
public static final void printDomTree(HCode hc, PrintWriter pw, String title)
public static final void printDomTree(boolean isPost, HCode hc, PrintWriter pw, String title)
public static final void printCFG(HCode hc, PrintWriter pw, String title, String[] setup)
public static final void printDomTree(HCode hc, PrintWriter pw, String title, String[] setup)
public static final void printDomTree(boolean isPost, HCode hc, PrintWriter pw, String title, String[] setup)
public static final void printClassHierarchy(PrintWriter pw, HMethod root, ClassHierarchy ch)
public static void printBBCFG(HMethod hm, HCodeFactory hcf, PrintWriter out)
hm
, as constructed by the
code factory hcf
. The output is written to
out
in VCG format.
public static void printBBCFG(HMethod hm, LBBConverter lbbconv, PrintWriter out)
hm
, as constructed by the
LBBConverter
hcf
.
The output is written to out
in VCG format.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |