Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.checkerframework.framework.flow Classes and Interfaces - 11 results found.
NameDescriptionTypePackageFramework
CFAbstractAnalysisCFAbstractAnalysis is an extensible org.Classorg.checkerframework.framework.flowChecker
CFAbstractStoreA store for the checker framework analysis tracks the annotations of memory locations such as local variables and fields.Classorg.checkerframework.framework.flowChecker
CFAbstractTransferThe default analysis transfer function for the Checker Framework propagates information through assignments and uses the AnnotatedTypeFactory toClassorg.checkerframework.framework.flowChecker
CFAbstractValueAn implementation of an abstract value used by the Checker Framework org.Classorg.checkerframework.framework.flowChecker
CFAnalysisThe default org.Classorg.checkerframework.framework.flowChecker
CFCFGBuilderA control-flow graph builder (see CFGBuilder) that knows about the Checker Framework annotations and their representation asClassorg.checkerframework.framework.flowChecker
CFStoreThe default store used in the Checker Framework.Classorg.checkerframework.framework.flowChecker
CFTransferThe default transfer function used in the Checker Framework.Classorg.checkerframework.framework.flowChecker
CFTreeBuilderThe TreeBuilder permits the creation of new AST Trees using the non-public Java compiler API TreeMaker.Classorg.checkerframework.framework.flowChecker
CFValueThe default abstract value used in the Checker Framework.Classorg.checkerframework.framework.flowChecker
LubTypeVariableAnnotatorAt the moment, this class is just a collection of special cases that fix the behavior of AnnotateAsLub Annotate as lub always uses a type variable's upper bound to annotate (when in fact the type variable unchangedClassorg.checkerframework.framework.flow.utilChecker