protected class InitializationAnnotatedTypeFactory.CommitmentTypeAnnotator extends TypeAnnotator
typeFactoryvisitedNodes| Constructor and Description |
|---|
CommitmentTypeAnnotator(InitializationAnnotatedTypeFactory<?,?,?,?> atypeFactory) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Void |
visitExecutable(AnnotatedTypeMirror.AnnotatedExecutableType t,
java.lang.Void p)
Visits an executable type.
|
reduce, reset, scan, scan, scanAndReduce, scanAndReduce, visit, visit, visitArray, visitDeclared, visitIntersection, visitNoType, visitNull, visitPrimitive, visitTypeVariable, visitUnion, visitWildcardpublic CommitmentTypeAnnotator(InitializationAnnotatedTypeFactory<?,?,?,?> atypeFactory)
public java.lang.Void visitExecutable(AnnotatedTypeMirror.AnnotatedExecutableType t, java.lang.Void p)
TypeAnnotatorIf this method adds annotations to the type of method parameters, then GenericAnnotatedTypeFactory.addComputedTypeAnnotations(Element,
AnnotatedTypeMirror) should be overriden and the same annotations added to the type of
elements with kind ElementKind.PARAMETER.
visitExecutable in interface AnnotatedTypeVisitor<java.lang.Void,java.lang.Void>visitExecutable in class TypeAnnotatort - the type to visitp - a visitor-specified parameter