Package org.sonar.plugins.jcl.api.tree
Interface TextRange
@Beta
public interface TextRange
A text range between two pointers in the source file.
-
Method Summary
-
Method Details
-
start
TextPointer start()- Returns:
- the start location (inclusive).
-
end
TextPointer end()- Returns:
- the end location (exclusive).
-