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