Package org.sonar.java.checks
Class AbstractForLoopRule.ForLoopInitializer
- java.lang.Object
-
- org.sonar.java.checks.AbstractForLoopRule.IntVariable
-
- org.sonar.java.checks.AbstractForLoopRule.ForLoopInitializer
-
- Enclosing class:
- AbstractForLoopRule
protected static class AbstractForLoopRule.ForLoopInitializer extends AbstractForLoopRule.IntVariable
-
-
Constructor Summary
Constructors Constructor Description ForLoopInitializer(org.sonar.plugins.java.api.tree.IdentifierTree identifier, Integer value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Iterable<AbstractForLoopRule.ForLoopInitializer>list(org.sonar.plugins.java.api.tree.ForStatementTree forStatement)Integervalue()-
Methods inherited from class org.sonar.java.checks.AbstractForLoopRule.IntVariable
hasSameIdentifier, identifier
-
-
-
-
Method Detail
-
value
@CheckForNull public Integer value()
-
list
public static Iterable<AbstractForLoopRule.ForLoopInitializer> list(org.sonar.plugins.java.api.tree.ForStatementTree forStatement)
-
-