Package proguard.analysis.cpa.jvm.state
-
Class Summary Class Description JvmAbstractState<ContentT extends AbstractState<ContentT>> TheJvmAbstractState
consists of the method frameJvmFrameAbstractState
and the heapJvmHeapAbstractState
.JvmFrameAbstractState<StateT extends AbstractState<StateT>> TheJvmFrameAbstractState
combines the operand stack as theStackAbstractState
and the local variable array as theListAbstractState
.