CSharpProgramSummary

io.joern.csharpsrc2cpg.datastructures.CSharpProgramSummary
See theCSharpProgramSummary companion class

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

Attributes

Returns

a mapping of the System package types.

def apply(namespaceToType: NamespaceToTypeMap, imports: Set[String]): CSharpProgramSummary
def apply(summaries: Iterable[CSharpProgramSummary]): CSharpProgramSummary
def initialImports: Set[String]
def jsonToInitialMapping(jsonInputStream: InputStream): Try[NamespaceToTypeMap]

Converts a JSON type mapping to a NamespaceToTypeMap entry.

Converts a JSON type mapping to a NamespaceToTypeMap entry.

Value parameters

jsonInputStream

a JSON file as an input stream.

Attributes

Returns

the resulting type map in a Try