Class CFStore
java.lang.Object
org.checkerframework.framework.flow.CFAbstractStore<CFValue,CFStore>
 
org.checkerframework.framework.flow.CFStore
The default store used in the Checker Framework.
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.checkerframework.dataflow.analysis.StoreStore.FlowRule, Store.Kind
- 
Field SummaryFields inherited from class org.checkerframework.framework.flow.CFAbstractStoreanalysis, arrayValues, classValues, fieldValues, localVariableValues, methodValues, sequentialSemantics, thisValue
- 
Constructor SummaryConstructorsConstructorDescriptionCFStore(CFAbstractAnalysis<CFValue, CFStore, ?> analysis, boolean sequentialSemantics) CFStore(CFAbstractStore<CFValue, CFStore> other) Copy constructor.
- 
Method SummaryMethods inherited from class org.checkerframework.framework.flow.CFAbstractStorecanAlias, canInsertJavaExpression, clearValue, computeNewValueAndInsert, copy, equals, getFieldValue, getFieldValues, getUid, getValue, getValue, getValue, getValue, getValue, getValue, hashCode, initializeMethodParameter, initializeThisValue, insertOrRefine, insertOrRefine, insertOrRefinePermitNondeterministic, insertThisValue, insertValue, insertValue, insertValue, insertValuePermitNondeterministic, insertValuePermitNondeterministic, internalVisualize, isMonotonicUpdate, isSideEffectFree, leastUpperBound, removeConflicting, removeConflicting, removeConflicting, replaceValue, shouldInsert, supersetOf, toString, updateForArrayAssignment, updateForAssignment, updateForFieldAccessAssignment, updateForLocalVariableAssignment, updateForMethodCall, visualize, widenedUpperBoundMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.plumelib.util.UniqueIdgetClassAndUid
- 
Constructor Details- 
CFStore
- 
CFStoreCopy constructor.- Parameters:
- other- the CFStore to copy
 
 
-