Package org.sonar.java.checks
Class AbstractForLoopRule.IntVariable
- java.lang.Object
-
- org.sonar.java.checks.AbstractForLoopRule.IntVariable
-
- Direct Known Subclasses:
AbstractForLoopRule.ForLoopIncrement,AbstractForLoopRule.ForLoopInitializer
- Enclosing class:
- AbstractForLoopRule
protected static class AbstractForLoopRule.IntVariable extends Object
-
-
Constructor Summary
Constructors Constructor Description IntVariable(org.sonar.plugins.java.api.tree.IdentifierTree identifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasSameIdentifier(org.sonar.plugins.java.api.tree.ExpressionTree expression)org.sonar.plugins.java.api.tree.IdentifierTreeidentifier()
-