Region

io.shiftleft.semanticcpg.sarif.v2_1_0.Schema.Region
final case class Region(startLine: Option[Int], startColumn: Option[Int], endLine: Option[Int], endColumn: Option[Int], snippet: Option[ArtifactContent]) extends Region

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Region
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def isEmpty: Boolean

Attributes

Returns

true if startLine is empty and larger than 0, as this is the main required property.

Inherited from:
Region
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product