Package proguard.analysis.cpa.jvm.state
package proguard.analysis.cpa.jvm.state
-
ClassesClassDescriptionJvmAbstractState<ContentT extends AbstractState<ContentT>>The
JvmAbstractStateconsists of the method frameJvmFrameAbstractStateand the heapJvmHeapAbstractState.JvmFrameAbstractState<StateT extends AbstractState<StateT>>TheJvmFrameAbstractStatecombines the operand stack as theStackAbstractStateand the local variable array as theListAbstractState.