Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.checkerframework.framework.qual Classes and Interfaces - 34 results found.
NameDescriptionTypePackageFramework
AnnotatedForIndicates that this class has been annotated for the given type system.Classorg.checkerframework.framework.qualChecker
BottomA special annotation intended solely for representing the bottom type in the qualifier hierarchy.Classorg.checkerframework.framework.qualChecker
ConditionalPostconditionAnnotationA meta-annotation that indicates that an annotation is a conditional postcondition annotation, i.Classorg.checkerframework.framework.qualChecker
DefaultForApplied to the declaration of a type qualifier specifies that the given annotation should be the default for a particular location.Classorg.checkerframework.framework.qualChecker
DefaultInUncheckedCodeForApplied to the declaration of a type qualifier, specifies that the given annotation should be the default for unannotated type usesClassorg.checkerframework.framework.qualChecker
DefaultQualifierApplied to a declaration of a package, type, method, variable, etc.Classorg.checkerframework.framework.qualChecker
DefaultQualifierInHierarchyIndicates that the annotated qualifier is the default qualifier in the qualifier hierarchy: it applies if the programmer writes no explicitClassorg.checkerframework.framework.qualChecker
DefaultQualifierInHierarchyInUncheckedCodeIndicates that the annotated qualifier is the default qualifier on unannotated type uses (in bytecode or source code that has not been type-checked).Classorg.checkerframework.framework.qualChecker
DefaultQualifiersSpecifies the annotations to be included in a type without having to provide This annotation permits specifying multiple default qualifiers for moreClassorg.checkerframework.framework.qualChecker
DependentRefines the qualified type of the annotated field or variable based on the qualified type of the receiver.Classorg.checkerframework.framework.qualChecker
EnsuresQualifierA postcondition annotation to indicate that a method ensures certain expressions to have a certain type qualifier once the method has successfullyClassorg.checkerframework.framework.qualChecker
EnsuresQualifierIfA conditional postcondition annotation to indicate that a method ensures that certain expressions have a certain qualifier once the method has finished,Classorg.checkerframework.framework.qualChecker
EnsuresQualifiersA meta-annotation to allow multiple postcondition annotations.Classorg.checkerframework.framework.qualChecker
EnsuresQualifiersIfA meta-annotation to allow multiple conditional postcondition annotations.Classorg.checkerframework.framework.qualChecker
FieldIsExpressionClassorg.checkerframework.framework.qualChecker
FromByteCodeIf a method is annotated with this declaration annotation, then its signature is not written in a stub file and the method is not declared in source.Classorg.checkerframework.framework.qualChecker
FromStubFileClassorg.checkerframework.framework.qualChecker
ImplicitForA meta-annotation that specifies the trees and types for which the framework should automatically add that qualifier.Classorg.checkerframework.framework.qualChecker
InheritedAnnotationClassorg.checkerframework.framework.qualChecker
InvisibleQualifierClassorg.checkerframework.framework.qualChecker
LiteralKindSpecifies kinds of literal trees.Classorg.checkerframework.framework.qualChecker
MonotonicQualifierA meta-annotation that indicates that a qualifier indicates that an expression goes monotonically from a type qualifier T to anotherClassorg.checkerframework.framework.qualChecker
PolyAllA polymorphic type qualifier that varies over all type hierarchies.Classorg.checkerframework.framework.qualChecker
PolymorphicQualifierA meta-annotation that indicates that an annotation is a polymorphic type Any method written using a polymorphic type qualifier conceptually hasClassorg.checkerframework.framework.qualChecker
PostconditionAnnotationA meta-annotation that indicates that an annotation is a postcondition annotation, i.Classorg.checkerframework.framework.qualChecker
PreconditionAnnotationA meta-annotation that indicates that an annotation is a precondition annotation, i.Classorg.checkerframework.framework.qualChecker
RequiresQualifierA precondition annotation to indicate that a method requires certain expressions to have a certain qualifier at the time of the call to theClassorg.checkerframework.framework.qualChecker
RequiresQualifiersA meta-annotation to allow multiple precondition annotations.Classorg.checkerframework.framework.qualChecker
StubFilesAn annotation on a SourceChecker subclass to provide additional stub files that should be used in addition to jdk.Classorg.checkerframework.framework.qualChecker
SubtypeOfA meta-annotation to specify all the qualifiers that the given qualifier is a subtype of.Classorg.checkerframework.framework.qualChecker
TargetLocationsA meta-annotation that restricts the type-use locations where a type qualifier may be written.Classorg.checkerframework.framework.qualChecker
TypeUseLocationenum TypeUseLocationSpecifies the locations to which a DefaultQualifier annotation applies.Classorg.checkerframework.framework.qualChecker
UnqualifiedA special annotation intended solely for representing an unqualified type in the qualifier hierarchy, as an argument to SubtypeOf.Classorg.checkerframework.framework.qualChecker
UnusedDeclares that the field may not be accessed if the receiver is of the specified qualifier type (or any supertype).Classorg.checkerframework.framework.qualChecker