All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.joern.pysrc2cpg.LineAndColumn.scala Maven / Gradle / Ivy

There is a newer version: 1.2.44
Show newest version
package io.joern.pysrc2cpg

case class LineAndColumn(line: Int, column: Int, endLine: Int, endColumn: Int)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy