Package org.sonar.java.checks
Class AbstractForLoopRule.ForLoopIncrement
java.lang.Object
org.sonar.java.checks.AbstractForLoopRule.IntVariable
org.sonar.java.checks.AbstractForLoopRule.ForLoopIncrement
- Enclosing class:
AbstractForLoopRule
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindInUpdates(ForStatementTree forStatement) booleanhasValue()intvalue()Methods inherited from class org.sonar.java.checks.AbstractForLoopRule.IntVariable
hasSameIdentifier, identifier
-
Constructor Details
-
ForLoopIncrement
-
-
Method Details
-
hasValue
public boolean hasValue() -
value
public int value() -
findInUpdates
@CheckForNull public static AbstractForLoopRule.ForLoopIncrement findInUpdates(ForStatementTree forStatement)
-