Class NullnessAnnotatedTypeFormatter
java.lang.Object
org.checkerframework.framework.type.DefaultAnnotatedTypeFormatter
org.checkerframework.checker.nullness.NullnessAnnotatedTypeFormatter
- All Implemented Interfaces:
AnnotatedTypeFormatter
A DefaultAnnotatedTypeFormatter that prints null literals without their annotations.
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected static class
Nested classes/interfaces inherited from class org.checkerframework.framework.type.DefaultAnnotatedTypeFormatter
DefaultAnnotatedTypeFormatter.FormattingVisitor
-
Field Summary
Fields inherited from class org.checkerframework.framework.type.DefaultAnnotatedTypeFormatter
captureConversionIds, formattingVisitor, prevCaptureConversionId
-
Constructor Summary
ConstructorDescriptionNullnessAnnotatedTypeFormatter
(boolean printVerboseGenerics, boolean printInvisibleQualifiers) -
Method Summary
Methods inherited from class org.checkerframework.framework.type.DefaultAnnotatedTypeFormatter
format, format
-
Constructor Details
-
NullnessAnnotatedTypeFormatter
public NullnessAnnotatedTypeFormatter(boolean printVerboseGenerics, boolean printInvisibleQualifiers)
-