CSharpProgramSummary

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

Attributes

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

Members list

Value members

Concrete methods

Attributes

Returns

a mapping of the System package types.

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

def mergeBuiltInTypesJson: InputStream