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 java.lang.Void |
scan(AnnotatedTypeMirror type,
java.lang.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 java.lang.Void scan(AnnotatedTypeMirror type, java.lang.Void aVoid)
AnnotatedTypeScannertype by calling type.accept(this, p); this method may be overridden by
subclasses.scan in class AnnotatedTypeScanner<java.lang.Void,java.lang.Void>type - type to scanaVoid - the parameter to usetype