Class JvmFrameAbstractState<StateT extends AbstractState<StateT>>

java.lang.Object
proguard.analysis.cpa.jvm.state.JvmFrameAbstractState<StateT>
All Implemented Interfaces:
AbstractState<JvmFrameAbstractState<StateT>>

public class JvmFrameAbstractState<StateT extends AbstractState<StateT>> extends Object implements AbstractState<JvmFrameAbstractState<StateT>>
The JvmFrameAbstractState combines the operand stack as the StackAbstractState and the local variable array as the ListAbstractState. This abstract state does not restrict the way one models values, i.e., one abstract state may correspond to a byte sequence of arbitrary length.