MethodInfo

io.joern.c2cpg.astcreation.CGlobal.MethodInfo
final case class MethodInfo(name: String, code: String, fileName: String, returnType: String, astParentType: String, astParentFullName: String, lineNumber: Option[Int], columnNumber: Option[Int], lineNumberEnd: Option[Int], columnNumberEnd: Option[Int], signature: String, offset: Option[(Int, Int)], parameter: Seq[ParameterInfo], modifier: Seq[String])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product