io.joern.csharpsrc2cpg.astcreation

Members list

Type members

Classlikes

class AstCreator(val relativeFileName: String, val parserResult: ParserResult, val typeMap: TypeMap)(implicit withSchemaValidation: ValidationMode) extends AstCreatorBase, AstCreatorHelper, AstForDeclarationsCreator, AstForPrimitivesCreator, AstForExpressionsCreator, AstForStatementsCreator, AstGenNodeBuilder[AstCreator]

Attributes

Supertypes
trait AstGenNodeBuilder[AstCreator]
trait AstNodeBuilder[BaseNodeInfo[_], AstCreator]
class AstCreatorBase
class Object
trait Matchable
class Any
Show all
trait AstCreatorHelper(implicit withSchemaValidation: ValidationMode)

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class AstCreator
Self type

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
trait AstForDeclarationsCreator(implicit withSchemaValidation: ValidationMode)

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class AstCreator
Self type
trait AstForExpressionsCreator(implicit withSchemaValidation: ValidationMode)

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class AstCreator
Self type
trait AstForPrimitivesCreator(implicit withSchemaValidation: ValidationMode)

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class AstCreator
Self type
trait AstForStatementsCreator(implicit withSchemaValidation: ValidationMode)

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class AstCreator
Self type
object BuiltinTypes

Contains all the C# builtin types, as well as null and void.

Contains all the C# builtin types, as well as null and void.

Attributes

See also
Supertypes
class Object
trait Matchable
class Any
Self type