public class CFAnalysis extends CFAbstractAnalysis<CFValue,CFStore,CFTransfer>
AbstractAnalysis.WorklistAnalysis.BeforeOrAfter, Analysis.DirectionatypeFactory, checker, dependentTypesHelper, env, fieldValues, qualifierHierarchy, typeHierarchy, typesblockCount, elseStores, maxCountBeforeWidening, storesAtReturnStatements, thenStorescfg, currentInput, currentNode, currentTree, direction, finalLocalValues, inputs, isRunning, nodeValues, transferFunction, worklist| Constructor and Description | 
|---|
| CFAnalysis(BaseTypeChecker checker,
          GenericAnnotatedTypeFactory<CFValue,CFStore,CFTransfer,CFAnalysis> factory,
          List<Pair<VariableElement,CFValue>> fieldValues) | 
| Modifier and Type | Method and Description | 
|---|---|
| CFValue | createAbstractValue(Set<AnnotationMirror> annotations,
                   TypeMirror underlyingType)Returns an abstract value containing the given  annotationsandunderlyingType. | 
| CFStore | createCopiedStore(CFStore s)Returns an identical copy of the store  s. | 
| CFStore | createEmptyStore(boolean sequentialSemantics)Returns an empty store of the appropriate type. | 
createAbstractValue, createSingleAnnotationValue, createTransferFunction, defaultCreateAbstractValue, getEnv, getFieldValues, getTypeFactory, getTypeHierarchy, getTypes, performAnalysisaddStoreBefore, callTransferFunction, getInput, getInputBefore, getReturnStatementStores, getStoreBefore, initFields, initInitialInputs, performAnalysis, performAnalysisBlock, propagateStoresTo, runAnalysisForaddToWorklist, getContainingClass, getContainingMethod, getCurrentTree, getDirection, getExceptionalExitStore, getNodesForTree, getNodeValues, getRegularExitStore, getResult, getTransferFunction, getValue, getValue, init, isRunning, readFromStore, setCurrentNode, setCurrentTree, updateNodeValuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDirection, getExceptionalExitStore, getRegularExitStore, getResult, getTransferFunction, getValue, getValue, isRunningpublic CFAnalysis(BaseTypeChecker checker, GenericAnnotatedTypeFactory<CFValue,CFStore,CFTransfer,CFAnalysis> factory, List<Pair<VariableElement,CFValue>> fieldValues)
public CFStore createEmptyStore(boolean sequentialSemantics)
CFAbstractAnalysiscreateEmptyStore in class CFAbstractAnalysis<CFValue,CFStore,CFTransfer>public CFStore createCopiedStore(CFStore s)
CFAbstractAnalysiss.createCopiedStore in class CFAbstractAnalysis<CFValue,CFStore,CFTransfer>spublic CFValue createAbstractValue(Set<AnnotationMirror> annotations, TypeMirror underlyingType)
CFAbstractAnalysisannotations and underlyingType.
 Returns null if the annotation set has missing annotations.createAbstractValue in class CFAbstractAnalysis<CFValue,CFStore,CFTransfer>annotations and underlyingType