protected static class AbstractForLoopRule.ForLoopInitializer extends AbstractForLoopRule.IntVariable
| Constructor and Description |
|---|
AbstractForLoopRule.ForLoopInitializer(IdentifierTree identifier,
Integer value) |
| Modifier and Type | Method and Description |
|---|---|
static Iterable<AbstractForLoopRule.ForLoopInitializer> |
list(ForStatementTree forStatement) |
Integer |
value() |
hasSameIdentifier, identifierpublic AbstractForLoopRule.ForLoopInitializer(IdentifierTree identifier, @Nullable Integer value)
@CheckForNull public Integer value()
public static Iterable<AbstractForLoopRule.ForLoopInitializer> list(ForStatementTree forStatement)
Copyright © 2012–2015 SonarSource. All rights reserved.