AstForControlStructuresCreator

io.joern.csharpsrc2cpg.astcreation.AstForControlStructuresCreator
trait AstForControlStructuresCreator(implicit withSchemaValidation: ValidationMode)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class AstCreator
Self type

Members list

Value members

Concrete methods

protected def astForCatchClause(catchClause: DotNetNodeInfo): Seq[Ast]
protected def astForCatchDeclaration(catchDeclaration: DotNetNodeInfo): Seq[Ast]
protected def astForFinallyClause(finallyClause: DotNetNodeInfo): Seq[Ast]
protected def astForThrowStatement(throwStmt: DotNetNodeInfo): Seq[Ast]
protected def astForTryStatement(tryStmt: DotNetNodeInfo): Seq[Ast]