Class AbstractIntStackMachine.BasicStackFlowProvider

java.lang.Object
com.ibm.wala.analysis.stackMachine.AbstractIntStackMachine.BasicStackFlowProvider
All Implemented Interfaces:
AbstractIntStackMachine.FlowProvider, Constants
Enclosing class:
AbstractIntStackMachine

protected abstract static class AbstractIntStackMachine.BasicStackFlowProvider extends Object implements AbstractIntStackMachine.FlowProvider, Constants
This gives some basic facilities for shoving things around on the stack. Client analyses should subclass this as needed.