Class AbstractIntRegisterMachine.BasicRegisterFlowProvider

java.lang.Object
com.ibm.wala.dalvik.ssa.AbstractIntRegisterMachine.BasicRegisterFlowProvider
All Implemented Interfaces:
DexConstants, AbstractIntRegisterMachine.FlowProvider
Enclosing class:
AbstractIntRegisterMachine

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