io.shiftleft.semanticcpg.language.HasLocation.scala Maven / Gradle / Ivy
package io.shiftleft.semanticcpg.language
import io.shiftleft.codepropertygraph.generated.nodes.NewLocation
trait HasLocation extends Any {
def location: NewLocation
}
package io.shiftleft.semanticcpg.language
import io.shiftleft.codepropertygraph.generated.nodes.NewLocation
trait HasLocation extends Any {
def location: NewLocation
}