类 BamCacheImpl<ContentT extends AbstractState<ContentT>>

  • 类型参数:
    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.
    所有已实现的接口:
    BamCache<ContentT>

    public class BamCacheImpl<ContentT extends AbstractState<ContentT>>
    extends java.lang.Object
    implements BamCache<ContentT>
    A simple implementation of BamCache where the cache is implemented as a HashMap.