protected static class AbstractForLoopRule.ForLoopIncrement extends AbstractForLoopRule.IntVariable
| Constructor and Description |
|---|
AbstractForLoopRule.ForLoopIncrement(IdentifierTree identifier,
Integer value) |
| Modifier and Type | Method and Description |
|---|---|
static AbstractForLoopRule.ForLoopIncrement |
findInUpdates(ForStatementTree forStatement) |
boolean |
hasValue() |
int |
value() |
hasSameIdentifier, identifierpublic AbstractForLoopRule.ForLoopIncrement(IdentifierTree identifier, @Nullable Integer value)
public boolean hasValue()
public int value()
@CheckForNull public static AbstractForLoopRule.ForLoopIncrement findInUpdates(ForStatementTree forStatement)
Copyright © 2012–2015 SonarSource. All rights reserved.