protected class MethodValAnnotatedTypeFactory.MethodValTreeAnnotator extends TreeAnnotator
atypeFactoryDEFAULT_VALUE| Modifier | Constructor and Description |
|---|---|
protected |
MethodValTreeAnnotator(MethodValAnnotatedTypeFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
Void |
visitMethodInvocation(MethodInvocationTree tree,
AnnotatedTypeMirror type) |
visitBinary, visitMethoddefaultAction, visit, visit, visitAnnotatedType, visitAnnotation, visitArrayAccess, visitArrayType, visitAssert, visitAssignment, visitBlock, visitBreak, visitCase, visitCatch, visitClass, visitCompilationUnit, visitCompoundAssignment, visitConditionalExpression, visitContinue, visitDoWhileLoop, visitEmptyStatement, visitEnhancedForLoop, visitErroneous, visitExpressionStatement, visitForLoop, visitIdentifier, visitIf, visitImport, visitInstanceOf, visitIntersectionType, visitLabeledStatement, visitLambdaExpression, visitLiteral, visitMemberReference, visitMemberSelect, visitModifiers, visitNewArray, visitNewClass, visitOther, visitParameterizedType, visitParenthesized, visitPrimitiveType, visitReturn, visitSwitch, visitSynchronized, visitThrow, visitTry, visitTypeCast, visitTypeParameter, visitUnary, visitUnionType, visitVariable, visitWhileLoop, visitWildcardprotected MethodValTreeAnnotator(MethodValAnnotatedTypeFactory factory)
public Void visitMethodInvocation(MethodInvocationTree tree, AnnotatedTypeMirror type)
visitMethodInvocation in interface TreeVisitor<Void,AnnotatedTypeMirror>visitMethodInvocation in class SimpleTreeVisitor<Void,AnnotatedTypeMirror>