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(IdentifierTree identifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasSameIdentifier(ExpressionTree expression)IdentifierTreeidentifier()
-
-
-
Constructor Detail
-
IntVariable
public IntVariable(IdentifierTree identifier)
-
-
Method Detail
-
hasSameIdentifier
public boolean hasSameIdentifier(ExpressionTree expression)
-
identifier
public IdentifierTree identifier()
-
-