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: 4.0.78
Show newest version
package io.joern.pysrc2cpg

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy