org.sonar.batch.issue.ignore.pattern
Class LineRange
java.lang.Object
org.sonar.batch.issue.ignore.pattern.LineRange
public class LineRange
- extends Object
|
Constructor Summary |
LineRange(int from,
int to)
|
LineRange
public LineRange(int from,
int to)
in
public boolean in(int lineId)
toLines
public Set<Integer> toLines()
toString
public String toString()
- Overrides:
toString in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
Copyright © 2009–2015 SonarSource. All rights reserved.