Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.checkerframework.framework.util.typeinference Classes and Interfaces - 26 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
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
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
EqualitiesSolverEqualitiesSolver infers type arguments for targets using the equality constraints in ConstraintMap.Classorg.checkerframework.framework.util.typeinference.solverChecker
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
GlbUtilA class used to determine the greatest lower bounds for a set of AnnotatedTypeMirrors.Classorg.checkerframework.framework.util.typeinferenceChecker
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
SubtypesSolverInfers type arguments by using the Greatest Lower Bound computation on the subtype relationships in a constraint map.Classorg.checkerframework.framework.util.typeinference.solverChecker
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
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