protected class PropertyKeyAnnotatedTypeFactory.KeyLookupTreeAnnotator extends TreeAnnotator
DEFAULT_VALUE
Constructor and Description |
---|
PropertyKeyAnnotatedTypeFactory.KeyLookupTreeAnnotator(BaseTypeChecker checker,
BasicAnnotatedTypeFactory<?> tf,
Class<? extends Annotation> annot) |
Modifier and Type | Method and Description |
---|---|
@Nullable Void |
visitLiteral(LiteralTree tree,
@Mutable AnnotatedTypeMirror type)
Go through the string patterns and add the greatest lower bound of all matching patterns.
|
addStringPattern, addTreeClass, addTreeKind, defaultAction, visitNewArray
visit, visit, visitAnnotatedType, visitAnnotation, visitArrayAccess, visitArrayType, visitAssert, visitAssignment, visitBinary, visitBlock, visitBreak, visitCase, visitCatch, visitClass, visitCompilationUnit, visitCompoundAssignment, visitConditionalExpression, visitContinue, visitDoWhileLoop, visitEmptyStatement, visitEnhancedForLoop, visitErroneous, visitExpressionStatement, visitForLoop, visitIdentifier, visitIf, visitImport, visitInstanceOf, visitLabeledStatement, visitLambdaExpression, visitMemberReference, visitMemberSelect, visitMethod, visitMethodInvocation, visitModifiers, visitNewClass, visitOther, visitParameterizedType, visitParenthesized, visitPrimitiveType, visitReturn, visitSwitch, visitSynchronized, visitThrow, visitTry, visitTypeCast, visitTypeParameter, visitUnary, visitUnionType, visitVariable, visitWhileLoop, visitWildcard
public PropertyKeyAnnotatedTypeFactory.KeyLookupTreeAnnotator(BaseTypeChecker checker, BasicAnnotatedTypeFactory<?> tf, Class<? extends Annotation> annot)
public @Nullable Void visitLiteral(LiteralTree tree, @Mutable AnnotatedTypeMirror type)
TreeAnnotator
visitLiteral
in interface TreeVisitor<@Nullable Void,@Mutable AnnotatedTypeMirror>
visitLiteral
in class TreeAnnotator