|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectharpoon.Analysis.PointerAnalysis.Debug
public abstract class Debug
| Constructor Summary | |
|---|---|
Debug()
|
|
| Method Summary | |
|---|---|
static boolean |
isThatOne(HMethod hm,
String cls,
String mthd)
Checks whether the method hm is the method named
mthd from the class named cls. |
static String |
sccToString(jpaul.Graphs.SCComponent<MetaMethod> scc,
MetaCallGraph mcg)
Pretty print debug function for SCC's of MetaMethods. |
static void |
show_lbb_scc(MetaMethod mm,
jpaul.Graphs.TopSortedCompDiGraph<LightBasicBlock> ts_sccs)
|
static void |
show_lbb(LightBasicBlock lbb)
|
static Object[] |
sortedCollection(Collection col)
Returns a sorted array containing all the objects from set. |
static Object[] |
sortedSet(Set set)
|
static String |
stringImg(Collection col)
Provides a string representation of a set; the elements of the set appear in increasing lexicographic order. |
static String |
stringImg(Object[] v)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Debug()
| Method Detail |
|---|
public static Object[] sortedCollection(Collection col)
set. Increasing lexicographic order of the
string representation of the objects is used.
public static Object[] sortedSet(Set set)
public static String stringImg(Collection col)
set1.equals(set2) <==> stringImg(set1).equals(stringImg(set2)).
public static String stringImg(Object[] v)
public static void show_lbb(LightBasicBlock lbb)
public static void show_lbb_scc(MetaMethod mm,
jpaul.Graphs.TopSortedCompDiGraph<LightBasicBlock> ts_sccs)
public static boolean isThatOne(HMethod hm,
String cls,
String mthd)
hm is the method named
mthd from the class named cls.
public static String sccToString(jpaul.Graphs.SCComponent<MetaMethod> scc,
MetaCallGraph mcg)
MetaMethods.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||