public class MustCallTypeAnnotator extends TypeAnnotator
AnnotatedTypeScanner.Reduce<R>typeFactorydefaultResult, reduceFunction, visitedNodes| Modifier | Constructor and Description |
|---|---|
protected |
MustCallTypeAnnotator(MustCallAnnotatedTypeFactory typeFactory)
Create a MustCallTypeAnnotator.
|
| Modifier and Type | Method and Description |
|---|---|
Void |
visitPrimitive(AnnotatedTypeMirror.AnnotatedPrimitiveType type,
Void aVoid)
Visits a primitive type.
|
visitExecutablereduce, reset, scan, scan, scanAndReduce, scanAndReduce, visit, visit, visitArray, visitDeclared, visitIntersection, visitNoType, visitNull, visitTypeVariable, visitUnion, visitWildcardprotected MustCallTypeAnnotator(MustCallAnnotatedTypeFactory typeFactory)
typeFactory - the type factorypublic Void visitPrimitive(AnnotatedTypeMirror.AnnotatedPrimitiveType type, Void aVoid)
AnnotatedTypeVisitorvisitPrimitive in interface AnnotatedTypeVisitor<Void,Void>visitPrimitive in class AnnotatedTypeScanner<Void,Void>type - the type to visitaVoid - a visitor-specified parameter