CGlobal

io.joern.c2cpg.astcreation.CGlobal
See theCGlobal companion class
object CGlobal

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
CGlobal.type

Members list

Type members

Classlikes

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

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final class ParameterInfo(val name: String, var code: String, val index: Int, var isVariadic: Boolean, val evaluationStrategy: String, val lineNumber: Option[Int], val columnNumber: Option[Int], val typeFullName: String)

Attributes

Supertypes
class Object
trait Matchable
class Any