Class InitializationStore

java.lang.Object
org.checkerframework.framework.flow.CFAbstractStore<CFValue,InitializationStore>
org.checkerframework.checker.initialization.InitializationStore
All Implemented Interfaces:
Store<InitializationStore>, org.plumelib.util.UniqueId

public class InitializationStore extends CFAbstractStore<CFValue,InitializationStore>
A store that extends CFAbstractStore and additionally tracks which fields of the 'self' reference have been initialized.
See Also: