|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.AbstractMap jwutil.collections.UnmodifiableMultiMap joeq.Compiler.Quad.CallGraph joeq.Compiler.Quad.CHACallGraph joeq.Compiler.Quad.RootedCHACallGraph
public class RootedCHACallGraph
Nested Class Summary |
---|
Nested classes/interfaces inherited from class joeq.Compiler.Quad.CallGraph |
---|
CallGraph.CallGraphCSNavigator, CallGraph.CallGraphMap, CallGraph.CallGraphMethodNavigator, CallGraph.CallSiteMap, CallGraph.CallTargetMap |
Nested classes/interfaces inherited from interface java.util.Map |
---|
Map.Entry<K,V> |
Field Summary |
---|
Fields inherited from class joeq.Compiler.Quad.CHACallGraph |
---|
classes, INSTANCE |
Fields inherited from class jwutil.collections.UnmodifiableMultiMap |
---|
DEFAULT_HISTOGRAM_SIZE |
Constructor Summary | |
---|---|
RootedCHACallGraph()
|
|
RootedCHACallGraph(Set classes)
|
Method Summary | |
---|---|
Collection |
getRoots()
Returns the collection of root methods for this call graph. |
static void |
main(String[] args)
|
void |
setRoots(Collection roots)
Sets up the root methods to be the given set. |
static void |
test(CallGraph cg)
|
Methods inherited from class joeq.Compiler.Quad.CHACallGraph |
---|
getTargetMethods |
Methods inherited from class jwutil.collections.UnmodifiableMultiMap |
---|
add, addAll, addAll, clear, computeHistogram, computeHistogram, entrySetHelper, proxy, put, putAll, remove, remove, removeAll, retainAll |
Methods inherited from class java.util.AbstractMap |
---|
clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, size, values |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface jwutil.collections.MultiMap |
---|
get, size |
Methods inherited from interface java.util.Map |
---|
containsKey, containsValue, equals, hashCode, isEmpty, keySet, values |
Constructor Detail |
---|
public RootedCHACallGraph()
public RootedCHACallGraph(Set classes)
Method Detail |
---|
public Collection getRoots()
CallGraph
getRoots
in interface jwutil.graphs.Graph
getRoots
in class CHACallGraph
public void setRoots(Collection roots)
CallGraph
setRoots
in class CHACallGraph
roots
- collection of root methodspublic static void main(String[] args)
public static void test(CallGraph cg)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |