Class JvmMemoryLocationAbstractState.StackEntry<ContentT extends AbstractState<ContentT>>

java.lang.Object
proguard.analysis.cpa.jvm.domain.memory.JvmMemoryLocationAbstractState.StackEntry<ContentT>
Type Parameters:
ContentT - The content of the jvm states. For example, this can be a SetAbstractState of taints for taint analysis or a ValueAbstractState for value analysis.
Enclosing class:
JvmMemoryLocationAbstractState<ContentT extends AbstractState<ContentT>>

public static class JvmMemoryLocationAbstractState.StackEntry<ContentT extends AbstractState<ContentT>> extends Object
An entry of the call stack of the state.