Package sootup.analysis.intraprocedural
Class BackwardFlowAnalysis<A>
java.lang.Object
sootup.analysis.intraprocedural.AbstractFlowAnalysis<A>
sootup.analysis.intraprocedural.FlowAnalysis<A>
sootup.analysis.intraprocedural.BackwardFlowAnalysis<A>
- 
Nested Class Summary
Nested classes/interfaces inherited from class sootup.analysis.intraprocedural.FlowAnalysis
FlowAnalysis.Flow - 
Field Summary
Fields inherited from class sootup.analysis.intraprocedural.FlowAnalysis
filterStmtToAfterFlow, stmtToAfterFlowFields inherited from class sootup.analysis.intraprocedural.AbstractFlowAnalysis
graph, stmtToBeforeFlow - 
Constructor Summary
ConstructorsConstructorDescriptionBackwardFlowAnalysis(StmtGraph<B> graph) Construct the analysis from StmtGraph. - 
Method Summary
Methods inherited from class sootup.analysis.intraprocedural.FlowAnalysis
flowThrough, getFlow, getFlowAfter, getFlowBefore, omissibleMethods inherited from class sootup.analysis.intraprocedural.AbstractFlowAnalysis
copy, entryInitialFlow, merge, merge, mergeInto, newInitialFlow, treatTrapHandlersAsEntries 
- 
Constructor Details
- 
BackwardFlowAnalysis
Construct the analysis from StmtGraph. 
 - 
 - 
Method Details
- 
isForward
protected boolean isForward()Description copied from class:AbstractFlowAnalysisReturns true if this analysis is forwards.- Specified by:
 isForwardin classAbstractFlowAnalysis<A>
 - 
execute
protected void execute()Description copied from class:AbstractFlowAnalysisCarries out the actual flow analysis. Typically called from a concrete FlowAnalysis's constructor.- Specified by:
 executein classAbstractFlowAnalysis<A>
 
 -