Class UnitsAnnotatedTypeFormatter.UnitsFormattingVisitor
java.lang.Object
org.checkerframework.framework.type.DefaultAnnotatedTypeFormatter.FormattingVisitor
org.checkerframework.checker.units.UnitsAnnotatedTypeFormatter.UnitsFormattingVisitor
- All Implemented Interfaces:
AnnotatedTypeVisitor<String,
Set<AnnotatedTypeMirror>>
- Enclosing class:
- UnitsAnnotatedTypeFormatter
protected static class UnitsAnnotatedTypeFormatter.UnitsFormattingVisitor
extends DefaultAnnotatedTypeFormatter.FormattingVisitor
-
Field Summary
Fields inherited from class org.checkerframework.framework.type.DefaultAnnotatedTypeFormatter.FormattingVisitor
annoFormatter, currentlyPrintingRaw, currentPrintInvisibleSetting, currentPrintVerboseGenerics, defaultInvisiblesSetting, defaultPrintVerboseGenerics
-
Constructor Summary
ConstructorDescriptionUnitsFormattingVisitor
(BaseTypeChecker checker, AnnotationFormatter annoFormatter, boolean printVerboseGenerics, boolean defaultInvisiblesSetting) -
Method Summary
Methods inherited from class org.checkerframework.framework.type.DefaultAnnotatedTypeFormatter.FormattingVisitor
formatFlatType, printBound, resetPrintVerboseSettings, setVerboseSettings, visit, visit, visitArray, visitDeclared, visitExecutable, visitIntersection, visitNoType, visitNull, visitPrimitive, visitTypeVariable, visitUnion, visitWildcard
-
Field Details
-
checker
-
elements
-
-
Constructor Details
-
UnitsFormattingVisitor
public UnitsFormattingVisitor(BaseTypeChecker checker, AnnotationFormatter annoFormatter, boolean printVerboseGenerics, boolean defaultInvisiblesSetting)
-