public final class ReassignmentFinder extends Object
ExpressionTree used as initializer (for a VariableTree)
or expression used in assignment (for a AssignmentExpressionTree) for a given variable.| Modifier and Type | Method and Description |
|---|---|
static ExpressionTree |
getClosestReassignmentOrDeclarationExpression(Tree startingPoint,
Symbol referenceSymbol) |
@CheckForNull public static ExpressionTree getClosestReassignmentOrDeclarationExpression(Tree startingPoint, Symbol referenceSymbol)
Copyright © 2012–2017 SonarSource. All rights reserved.