Region
io.shiftleft.semanticcpg.sarif.SarifSchema.Region
trait Region
A region within an artifact where a result was detected.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class Region
Members list
Value members
Abstract methods
Attributes
- Returns
-
The column number of the character following the end of the region.
Attributes
- Returns
-
The line number of the last character in the region.
Attributes
- Returns
-
The portion of the artifact contents within the specified region.
Attributes
- Returns
-
The column number of the first character in the region.
Attributes
- Returns
-
The line number of the first character in the region.
Concrete methods
Attributes
- Returns
-
true if startLine is empty and larger than 0, as this is the main required property.
In this article