Package proguard.analysis.cpa.jvm.state
-
Class Summary Class Description JvmAbstractState<ContentT extends AbstractState<ContentT>> TheJvmAbstractStateconsists of the method frameJvmFrameAbstractStateand the heapJvmHeapAbstractState.JvmFrameAbstractState<StateT extends AbstractState<StateT>> TheJvmFrameAbstractStatecombines the operand stack as theStackAbstractStateand the local variable array as theListAbstractState.