Class JvmAbstractState<ContentT extends AbstractState<ContentT>>

java.lang.Object
proguard.analysis.cpa.jvm.state.JvmAbstractState<ContentT>
Type Parameters:
ContentT - The type of the states contained in the JVM state. e.g., for taint analysis this would be a SetAbstractState containing the taints and for value analysis a ValueAbstractState.
All Implemented Interfaces:
AbstractState<JvmAbstractState<ContentT>>, ProgramLocationDependent
Direct Known Subclasses:
JvmValueAbstractState

public class JvmAbstractState<ContentT extends AbstractState<ContentT>> extends Object implements AbstractState<JvmAbstractState<ContentT>>, ProgramLocationDependent
The JvmAbstractState consists of the method frame JvmFrameAbstractState and the heap JvmHeapAbstractState.