public class IrrelevantTypeAnnotator extends TypeAnnotator
RelevantJavaTypes
on a
checker.AnnotatedTypeScanner.Reduce<R>
typeFactory
defaultResult, reduceFunction, visitedNodes
Constructor and Description |
---|
IrrelevantTypeAnnotator(AnnotatedTypeFactory typeFactory,
Set<? extends AnnotationMirror> annotations,
Class<?>[] relevantClasses)
Annotate every type with the annotationMirror except for those whose underlying Java type is
one of (or a subtype of) a class in relevantClasses.
|
Modifier and Type | Method and Description |
---|---|
protected Void |
scan(AnnotatedTypeMirror type,
Void aVoid)
Scan
type by calling type.accept(this, p) ; this method may be overridden by
subclasses. |
visitExecutable
reduce, reset, scan, scanAndReduce, scanAndReduce, visit, visit, visitArray, visitDeclared, visitIntersection, visitNoType, visitNull, visitPrimitive, visitTypeVariable, visitUnion, visitWildcard
public IrrelevantTypeAnnotator(AnnotatedTypeFactory typeFactory, Set<? extends AnnotationMirror> annotations, Class<?>[] relevantClasses)
typeFactory
- AnnotatedTypeFactoryannotations
- annotations to addrelevantClasses
- types that should not be annotated with annotationMirrorprotected Void scan(AnnotatedTypeMirror type, Void aVoid)
AnnotatedTypeScanner
type
by calling type.accept(this, p)
; this method may be overridden by
subclasses.scan
in class AnnotatedTypeScanner<Void,Void>
type
- type to scanaVoid
- the parameter to usetype