Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.checkerframework.framework.util Classes and Interfaces - 76 results found.
NameDescriptionTypePackageFramework
A2FClassorg.checkerframework.framework.util.typeinference.constraintChecker
A2FReducerA2FReducer takes an A2F constraint that is not irreducible (@see AFConstraint.Classorg.checkerframework.framework.util.typeinference.constraintChecker
AFConstraintAFConstraint represent the initial constraints used to infer type arguments for method invocations and new class invocations.Classorg.checkerframework.framework.util.typeinference.constraintChecker
AFReducerAFReducer implementations reduce AFConstraints into one or more "simpler" AFConstraints until these constraints are irreducibleInterfaceorg.checkerframework.framework.util.typeinference.constraintChecker
AnnotatedTypesUtility methods for operating on AnnotatedTypeMirror.Classorg.checkerframework.framework.utilChecker
AnnotationBuilderBuilds an annotation mirror that may have some values.Classorg.checkerframework.framework.utilChecker
AnnotationFormatterConverts AnnotationMirrors to Strings For converting AnnotatedTypeMirrors:Interfaceorg.checkerframework.framework.utilChecker
AtmComboAn enum representing the cartesian product of the set of AtmKinds with itself.Classorg.checkerframework.framework.utilChecker
BaseContextA collection of references to javac components.Interfaceorg.checkerframework.framework.utilChecker
CFContextA collection of references to various type checker components.Interfaceorg.checkerframework.framework.utilChecker
CheckerDevelMainClassorg.checkerframework.framework.utilChecker
CheckerMainThis class functions essentially the same as the jsr308-langtools javac script EXCEPT that it adds the appropriate jdk.Classorg.checkerframework.framework.utilChecker
ClassTypeParamApplierApplies the annotations present for a class type parameter onto an AnnotatedTypeVariable.Classorg.checkerframework.framework.util.elementChecker
ComboLogCreated by jburke on 6/12/14.Classorg.checkerframework.framework.utilChecker
ConstraintMapConstraintMap holds simplified versions of the TUConstraints for ALL type variable for which we are inferring an argument.Classorg.checkerframework.framework.util.typeinference.solverChecker
ConstraintMapBuilderConverts a set of TUConstraints into a ConstraintMap.Classorg.checkerframework.framework.util.typeinference.solverChecker
ConstructorReturnUtilClass to hold a utility method needed by TypeFromExpression and BaseTypeVisitor.Classorg.checkerframework.framework.utilChecker
ContractsUtilsA utility class to handle pre- and postconditions.Classorg.checkerframework.framework.utilChecker
DefaultAnnotationFormatterA utility for converting AnnotationMirrors to Strings.Classorg.checkerframework.framework.utilChecker
DefaultTypeArgumentInferenceAn implementation of TypeArgumentInference that mostly follows the process outlined in JLS7 Note, there are some deviations JLS 7 for the following cases:Classorg.checkerframework.framework.util.typeinferenceChecker
DependentTypesClassorg.checkerframework.framework.utilChecker
ElementAnnotationUtilUtility methods for adding the annotations that are stored in an Element to the type that represents that element (or a use of that Element).Classorg.checkerframework.framework.util.elementChecker
EqualitiesSolverEqualitiesSolver infers type arguments for targets using the equality constraints in ConstraintMap.Classorg.checkerframework.framework.util.typeinference.solverChecker
ExecUtilClassorg.checkerframework.framework.utilChecker
ExecUtil .RedirectionClassorg.checkerframework.framework.utilChecker
F2AClassorg.checkerframework.framework.util.typeinference.constraintChecker
F2AReducerF2AReducer takes an F2A constraint that is not irreducible (@see AFConstraint.Classorg.checkerframework.framework.util.typeinference.constraintChecker
FIsAClassorg.checkerframework.framework.util.typeinference.constraintChecker
FIsAReducerFIsAReducer takes an FIsA constraint that is not irreducible (@see AFConstraint.Classorg.checkerframework.framework.util.typeinference.constraintChecker
FlowExpressionParseUtilA collection of helper methods to parse a string that represents a restricted Java expression.Classorg.checkerframework.framework.utilChecker
FlowExpressionParseUtil .FlowExpressionContextContext used to parse a flow expression.Classorg.checkerframework.framework.utilChecker
FlowExpressionParseUtil .FlowExpressionParseExceptionAn exception that indicates a parse error.Classorg.checkerframework.framework.utilChecker
GlbUtilA class used to determine the greatest lower bounds for a set of AnnotatedTypeMirrors.Classorg.checkerframework.framework.util.typeinferenceChecker
GraphQualifierHierarchyRepresents the type qualifier hierarchy of a type system.Classorg.checkerframework.framework.utilChecker
HeuristicsUtilities for determining tree-based heuristics.Classorg.checkerframework.framework.utilChecker
Heuristics .MatcherA convenience class for tree-matching algorithms.Classorg.checkerframework.framework.utilChecker
Heuristics .MatchersClassorg.checkerframework.framework.utilChecker
Heuristics .OfKindClassorg.checkerframework.framework.utilChecker
Heuristics .OrMatcherClassorg.checkerframework.framework.utilChecker
Heuristics .PreceededByClassorg.checkerframework.framework.utilChecker
Heuristics .WithInClassorg.checkerframework.framework.utilChecker
Heuristics .WithinTrueBranchClassorg.checkerframework.framework.utilChecker
InferenceResultRepresents the result from inferring type arguments.Classorg.checkerframework.framework.util.typeinference.solverChecker
InferredValueWhen one of the constraint solvers infers that a the target has a given type/target in ALL qualifier hierarchies or that given an additional set of annotations that we know the target must hold we have covered all hierarchiesClassorg.checkerframework.framework.util.typeinference.solverChecker
InferredValue .InferredTargetIndicates that a corresponding target was inferred to be the field "target" in the hierarchies not overridden by additionalAnnotationsClassorg.checkerframework.framework.util.typeinference.solverChecker
InferredValue .InferredTypeIndicates that a corresponding target was inferred to be the field "type" in all hierarchies.Classorg.checkerframework.framework.util.typeinference.solverChecker
MethodApplierAdds annotations from element to the return type, formal parameter types, type parameters, and throws clauses of the AnnotatedExecutableType type.Classorg.checkerframework.framework.util.elementChecker
MethodTypeParamApplierApplies the annotations present for a method type parameter onto an AnnotatedTypeVariable.Classorg.checkerframework.framework.util.elementChecker
MultiGraphQualifierHierarchyRepresents the type qualifier hierarchy of a type system.Classorg.checkerframework.framework.utilChecker
MultiGraphQualifierHierarchy .MultiGraphFactoryFactory used to create an instance of GraphQualifierHierarchy.Classorg.checkerframework.framework.utilChecker
OptionConfigurationProvides methods for querying the Checker's options.Interfaceorg.checkerframework.framework.utilChecker
ParamApplierAdds annotations to one formal parameter of a method or lambda within a method.Classorg.checkerframework.framework.util.elementChecker
PluginUtilThis file contains basic utility functions that should be reused to create a command line call to CheckerMain.Classorg.checkerframework.framework.utilChecker
PluginUtil .CheckerPropClassorg.checkerframework.framework.utilChecker
PurityAnnotatedTypeFactoryClassorg.checkerframework.framework.utilChecker
PurityCheckerPerform purity checking only.Classorg.checkerframework.framework.utilChecker
PurityUnqualifiedClassorg.checkerframework.framework.utilChecker
QualifierDefaultsDetermines the default qualifiers on a type.Classorg.checkerframework.framework.util.defaultsChecker
QualifierDefaults .DefaultApplierElementClassorg.checkerframework.framework.util.defaultsChecker
QualifierPolymorphism wish to use it should add calls to annotate(MethodInvocationTree, AnnotatedTypeMirror.Classorg.checkerframework.framework.utilChecker
Resolver2A Utility class to find symbols corresponding to string references TODO: This class is only supposed to be used temporarily until a good solution for the MapGetHeuristic is found.Classorg.checkerframework.framework.utilChecker
SubtypesSolverInfers type arguments by using the Greatest Lower Bound computation on the subtype relationships in a constraint map.Classorg.checkerframework.framework.util.typeinference.solverChecker
SuperTypeApplierWhen discovering supertypes of an AnnotatedTypeMirror we want to annotate each supertype with the annotations of the subtypes class declaration.Classorg.checkerframework.framework.util.elementChecker
SupertypesSolverInfers type arguments by using the Least Upper Bound computation on the supertype relationships in a constraint map.Classorg.checkerframework.framework.util.typeinference.solverChecker
TargetConstraintsTargetConstraints represents the set of all TUConstraints for which target was the type parameter, i.Classorg.checkerframework.framework.util.typeinference.solverChecker
TIsUClassorg.checkerframework.framework.util.typeinference.constraintChecker
TreePathCacherTreePathCacher is a TreeScanner that creates and caches a TreePath for a target This class replicates some logic from TreePath.Classorg.checkerframework.framework.utilChecker
TSubUClassorg.checkerframework.framework.util.typeinference.constraintChecker
TSuperUClassorg.checkerframework.framework.util.typeinference.constraintChecker
TUConstraintSubclasses of TUConstraint represent constraints between type parameter whose type arguments are being inferred and the types used to do that inference.Classorg.checkerframework.framework.util.typeinference.constraintChecker
TypeArgInferenceUtilMiscellaneous utilities to help in type argument inference.Classorg.checkerframework.framework.util.typeinferenceChecker
TypeArgumentInferenceInstances of TypeArgumentInference are used to infer the types of method type arguments when no explicit arguments are provided.Interfaceorg.checkerframework.framework.util.typeinferenceChecker
TypeArgumentMapperRecords any mapping between the type parameters of a subtype to the corresponding type parameters of a supertype.Classorg.checkerframework.framework.utilChecker
TypeDeclarationApplierApply annotations to a declared type based on its declaration.Classorg.checkerframework.framework.util.elementChecker
TypeVarUseApplierClassorg.checkerframework.framework.util.elementChecker
VariableApplierApplies annotations to variable declaration (providing they are not the use of a TYPE_PARAMETER).Classorg.checkerframework.framework.util.elementChecker