protected class ValueAnnotatedTypeFactory.ValueTypeAnnotator extends TypeAnnotator
typeFactoryvisitedNodes| Modifier | Constructor and Description |
|---|---|
protected |
ValueTypeAnnotator(AnnotatedTypeFactory atypeFactory)
Construct a new ValueTypeAnnotator
|
| 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. |
visitExecutablereduce, reset, scan, scanAndReduce, scanAndReduce, visit, visit, visitArray, visitDeclared, visitIntersection, visitNoType, visitNull, visitPrimitive, visitTypeVariable, visitUnion, visitWildcardprotected ValueTypeAnnotator(AnnotatedTypeFactory atypeFactory)
protected Void scan(AnnotatedTypeMirror type, Void aVoid)
AnnotatedTypeScannertype 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