public class PessimisticAvailableExpressionsAnalysis extends SlowAvailableExpressionsAnalysis
FlowAnalysis.FlowfilterUnitToAfterFlow, unitToAfterFlowfilterUnitToBeforeFlow, graph, unitToBeforeFlow| Constructor and Description |
|---|
PessimisticAvailableExpressionsAnalysis(DirectedGraph<Unit> dg,
SootMethod m,
SideEffectTester st) |
| Modifier and Type | Method and Description |
|---|---|
protected FlowSet<Value> |
newInitialFlow()
Returns the flow object corresponding to the initial values for
each graph node.
|
copy, entryInitialFlow, flowThrough, mergedoAnalysis, isForwardgetFlow, getFlowAfter, getFlowBefore, omissiblemerge, mergeInto, treatTrapHandlersAsEntriespublic PessimisticAvailableExpressionsAnalysis(DirectedGraph<Unit> dg, SootMethod m, SideEffectTester st)
protected FlowSet<Value> newInitialFlow()
AbstractFlowAnalysisnewInitialFlow in class SlowAvailableExpressionsAnalysis