io.joern.csharpsrc2cpg

Members list

Type members

Classlikes

case class CSharpField(name: String) extends CSharpMember

Attributes

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

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class CSharpField
class CSharpMethod
class CSharpType
case class CSharpMethod(name: String) extends CSharpMember

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait CSharpMember
class Object
trait Matchable
class Any
Show all
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, members: List[CSharpMember]) extends CSharpMember

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait CSharpMember
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 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)

Attributes

Supertypes
class Object
trait Matchable
class Any