ContextSensitive
class implements the context-sensitive analysis similar to 1-CFA. It is an implementation of the Analyzer.Policy
interface that determines what should be done in the case of a call, return, push, pop, indirect call, etc. The context-sensitive analysis does not model the contents of the stack, so pushes and pops essentially only modify the height of the stack.
@author Ben L. Titzer
|
|