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

io.shiftleft.semanticcpg.language.HasLocation.scala Maven / Gradle / Ivy

There is a newer version: 4.0.77
Show newest version
package io.shiftleft.semanticcpg.language

import io.shiftleft.codepropertygraph.generated.nodes.NewLocation

trait HasLocation extends Any {
  def location: NewLocation
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy