Class ReturnPathTypeAnalysis

All Implemented Interfaces:
DataflowAnalysis<ReturnPathType>

public class ReturnPathTypeAnalysis extends BasicAbstractDataflowAnalysis<ReturnPathType>
A dataflow analysis to determine, at each location in a method's CFG, whether or not it is possible to return normally at that location.
Author:
David Hovemeyer