|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
T - type of node in the supergraphP - type of a procedure (like a box in an RSM)F - type of factoids propagated when solving this problempublic interface PartiallyBalancedTabulationProblem<T,P,F>
A TabulationProblem with additional support for computing with partially balanced parentheses.
| Method Summary | |
|---|---|
T |
getFakeEntry(T n)
If n is reached by a partially balanced parenthesis, what is the entry node we should use as the root of the PathEdge
to n? Note that the result must in fact be an entry node of the procedure containing n. |
IPartiallyBalancedFlowFunctions<T> |
getFunctionMap()
|
| Methods inherited from interface com.ibm.wala.dataflow.IFDS.TabulationProblem |
|---|
getDomain, getMergeFunction, getSupergraph, initialSeeds |
| Method Detail |
|---|
IPartiallyBalancedFlowFunctions<T> getFunctionMap()
getFunctionMap in interface TabulationProblem<T,P,F>T getFakeEntry(T n)
PathEdge
to n? Note that the result must in fact be an entry node of the procedure containing n.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||