protected class MethodValAnnotatedTypeFactory.MethodValTreeAnnotator extends TreeAnnotator
atypeFactory
DEFAULT_VALUE
Modifier | Constructor and Description |
---|---|
protected |
MethodValTreeAnnotator(MethodValAnnotatedTypeFactory factory) |
Modifier and Type | Method and Description |
---|---|
Void |
visitMethodInvocation(MethodInvocationTree tree,
AnnotatedTypeMirror type) |
visitBinary, visitMethod
defaultAction, 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, visitWildcard
protected MethodValTreeAnnotator(MethodValAnnotatedTypeFactory factory)
public Void visitMethodInvocation(MethodInvocationTree tree, AnnotatedTypeMirror type)
visitMethodInvocation
in interface TreeVisitor<Void,AnnotatedTypeMirror>
visitMethodInvocation
in class SimpleTreeVisitor<Void,AnnotatedTypeMirror>