Class TextRange
- java.lang.Object
-
- org.sonar.iac.common.api.tree.impl.TextRange
-
public class TextRange extends Object
-
-
Constructor Summary
Constructors Constructor Description TextRange(TextPointer start, TextPointer end)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TextPointerend()booleanequals(Object other)inthashCode()TextPointerstart()
-
-
-
Constructor Detail
-
TextRange
public TextRange(TextPointer start, TextPointer end)
-
-
Method Detail
-
start
public TextPointer start()
-
end
public TextPointer end()
-
-