![JAR search and dependency download from the Maven repository](/logo.png)
io.shiftleft.semanticcpg.language.nodemethods.MethodParameterInMethods.scala Maven / Gradle / Ivy
package io.shiftleft.semanticcpg.language.nodemethods
import io.shiftleft.codepropertygraph.generated.nodes.{MethodParameterIn, NewLocation}
import io.shiftleft.semanticcpg.NodeExtension
import io.shiftleft.semanticcpg.language.*
class MethodParameterInMethods(val paramIn: MethodParameterIn) extends AnyVal with NodeExtension with HasLocation {
override def location: NewLocation = {
LocationCreator(paramIn, paramIn.name, paramIn.label, paramIn.lineNumber, paramIn.method)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy