|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.wala.dataflow.IFDS.ExplodedSupergraphPath<T>
public class ExplodedSupergraphPath<T>
A realizable path in the exploded supergraph
| Method Summary | ||
|---|---|---|
static
|
findRealizablePath(ExplodedSupergraphWithSummaryEdges<T> esg,
ExplodedSupergraphNode<T> sink)
Find a realizable path in the exploded supergraph to a sink node, from any exploded supergraph node which represents the universal (0) factoid. |
|
java.util.Iterator |
iterator()
|
|
static
|
pruneBoringCalls(ISupergraph supergraph,
ExplodedSupergraphPath<T> path)
Create a brief(er) summary of a path, which excludes call/return pairs in which no state transitions occur |
|
static
|
pruneForCallReturn(ISupergraph<T,?> supergraph,
ExplodedSupergraphPath<T> path)
Create a brief(er) summary of a path, which includes only call and return nodes |
|
static
|
pruneListForCallReturn(ISupergraph<T,?> supergraph,
java.util.List<ExplodedSupergraphNode<T>> L)
Create a brief(er) summary of a path, which includes only call and return nodes |
|
static
|
summarize(ISupergraph<T,?> supergraph,
ExplodedSupergraphPath<T> path)
Create a brief(er) summary of a path, which includes: 1) only call and return nodes, and 2) excludes call/return pairs in which no state transitions occur |
|
java.lang.String |
toString()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public java.util.Iterator iterator()
public static <T> ExplodedSupergraphPath<T> findRealizablePath(ExplodedSupergraphWithSummaryEdges<T> esg,
ExplodedSupergraphNode<T> sink)
public java.lang.String toString()
toString in class java.lang.Object
public static <T> ExplodedSupergraphPath<T> summarize(ISupergraph<T,?> supergraph,
ExplodedSupergraphPath<T> path)
public static <T> void pruneBoringCalls(ISupergraph supergraph,
ExplodedSupergraphPath<T> path)
java.lang.IllegalArgumentException - if path is null
public static <T> void pruneForCallReturn(ISupergraph<T,?> supergraph,
ExplodedSupergraphPath<T> path)
java.lang.IllegalArgumentException - if path is null
public static <T> java.util.List<ExplodedSupergraphNode<T>> pruneListForCallReturn(ISupergraph<T,?> supergraph,
java.util.List<ExplodedSupergraphNode<T>> L)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||