类 JvmMemoryLocationAbstractState.StackEntry<ContentT extends AbstractState<ContentT>>
- java.lang.Object
-
- proguard.analysis.cpa.jvm.domain.memory.JvmMemoryLocationAbstractState.StackEntry<ContentT>
-
- 类型参数:
ContentT- The content of the jvm states. For example, this can be aSetAbstractStateof taints for taint analysis or aValueAbstractStatefor value analysis.
- 封闭类:
- JvmMemoryLocationAbstractState<ContentT extends AbstractState<ContentT>>
public static class JvmMemoryLocationAbstractState.StackEntry<ContentT extends AbstractState<ContentT>> extends java.lang.ObjectAn entry of the call stack of the state.
-
-
字段概要
字段 修饰符和类型 字段 说明 JvmAbstractState<ContentT>callerStateProgramLocationDependentReachedSet<JvmAbstractState<ContentT>>reachedSetMethodSignaturesignature
-
构造器概要
构造器 构造器 说明 StackEntry(MethodSignature signature, ProgramLocationDependentReachedSet<JvmAbstractState<ContentT>> reachedSet, JvmAbstractState<ContentT> callerState)
-
-
-
字段详细资料
-
signature
public final MethodSignature signature
-
reachedSet
public final ProgramLocationDependentReachedSet<JvmAbstractState<ContentT extends AbstractState<ContentT>>> reachedSet
-
callerState
public final JvmAbstractState<ContentT extends AbstractState<ContentT>> callerState
-
-
构造器详细资料
-
StackEntry
public StackEntry(MethodSignature signature, ProgramLocationDependentReachedSet<JvmAbstractState<ContentT>> reachedSet, JvmAbstractState<ContentT> callerState)
-
-