Package proguard.analysis.cpa.jvm.state
-
Interface Summary Interface Description JvmAbstractStateFactory<StateT extends LatticeAbstractState<StateT>> This interface contains a method creating a fresh instance ofJvmAbstractState
. -
Class Summary Class Description JvmAbstractState<StateT extends LatticeAbstractState<StateT>> TheJvmAbstractState
consists of the method frameJvmFrameAbstractState
and the heapJvmHeapAbstractState
.JvmFrameAbstractState<StateT extends LatticeAbstractState<StateT>> TheJvmFrameAbstractState
combines the operand stack as theStackAbstractState
and the local variable array as theListAbstractState
.