JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.sonarsource.slang.api
Interface TextRange
All Known Implementing Classes:
TextRangeImpl
public interface
TextRange
Method Summary
All Methods
Instance Methods
Abstract Methods
Default Methods
Modifier and Type
Method
Description
TextPointer
end
()
default boolean
isInside
(
TextRange
other)
TextPointer
start
()
Method Details
start
TextPointer
start
()
end
TextPointer
end
()
isInside
default
boolean
isInside
(
TextRange
other)