Class InterConstantPropagation

All Implemented Interfaces:
InterDataflowAnalysis<Stmt,CPFact>

public class InterConstantPropagation extends AbstractInterDataflowAnalysis<JMethod,Stmt,CPFact>
Implementation of interprocedural constant propagation for int values.