Class DefaultAnnotatedTypeFormatter.FormattingVisitor

java.lang.Object
org.checkerframework.framework.type.DefaultAnnotatedTypeFormatter.FormattingVisitor
All Implemented Interfaces:
AnnotatedTypeVisitor<String,Set<AnnotatedTypeMirror>>
Direct Known Subclasses:
NullnessAnnotatedTypeFormatter.NullnessFormattingVisitor, UnitsAnnotatedTypeFormatter.UnitsFormattingVisitor
Enclosing class:
DefaultAnnotatedTypeFormatter

protected static class DefaultAnnotatedTypeFormatter.FormattingVisitor extends Object implements AnnotatedTypeVisitor<String,Set<AnnotatedTypeMirror>>
A scanning visitor that prints the entire AnnotatedTypeMirror passed to visit.