Class Default
java.lang.Object
org.checkerframework.framework.util.defaults.Default
- All Implemented Interfaces:
- Comparable<Default>
Represents a mapping from an Annotation to a TypeUseLocation it should be applied to during
 defaulting. The Comparable ordering of this class first tests location then tests annotation
 ordering (via 
AnnotationUtils).
 It also has a handy toString method that is useful for debugging.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionfinal AnnotationMirrorThe default annotation mirror.final TypeUseLocationThe type use location.
- 
Constructor SummaryConstructorsConstructorDescriptionDefault(AnnotationMirror anno, TypeUseLocation location) Construct a Default object.
- 
Method Summary
- 
Field Details- 
annoThe default annotation mirror.
- 
locationThe type use location.
 
- 
- 
Constructor Details- 
DefaultConstruct a Default object.- Parameters:
- anno- the default annotation mirror
- location- the type use location
 
 
- 
- 
Method Details