io.joern.csharpsrc2cpg

Members list

Type members

Classlikes

case class CSharpField(name: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class CSharpMethod(name: String, returnType: String, parameterTypes: List[(String, String)])

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
class CSharpSrc2Cpg extends X2CpgFrontend[Config]

Attributes

Companion
object
Supertypes
trait X2CpgFrontend[Config]
class Object
trait Matchable
class Any
object CSharpSrc2Cpg

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
case class CSharpType(name: String, methods: List[CSharpMethod], fields: List[CSharpField])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class Config() extends X2CpgConfig[Config], TypeRecoveryParserConfig[Config], AstGenConfig[Config]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait AstGenConfig[Config]
trait TypeRecoveryParserConfig[Config]
trait X2CpgConfig[Config]
class Object
trait Matchable
class Any
Show all
object Constants

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Constants.type
object Frontend

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Frontend.type
object Main extends X2CpgMain[Config, CSharpSrc2Cpg]

Attributes

Supertypes
class X2CpgMain[Config, CSharpSrc2Cpg]
class Object
trait Matchable
class Any
Self type
Main.type
class TypeMap(astGenResult: AstGenRunnerResult, initialMappings: List[NamespaceToTypeMap])

A mapping of type stubs of known types within the scope of the analysis.

A mapping of type stubs of known types within the scope of the analysis.

Value parameters

astGenResult

the parsed application code.

initialMappings

any additional mappings to add to the scope.

Attributes

See also

io.joern.csharpsrc2cpg.TypeMap.jsonToInitialMapping for generating initial mappings.

Supertypes
class Object
trait Matchable
class Any

Types

type NamespaceToTypeMap = Map[String, Set[CSharpType]]