AstForExpressionsCreator

io.joern.csharpsrc2cpg.astcreation.AstForExpressionsCreator
trait AstForExpressionsCreator(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 astForBinaryExpression(binaryExpr: DotNetNodeInfo): Seq[Ast]
protected def astForEqualsValueClause(clause: DotNetNodeInfo): Seq[Ast]

Handles the = ... part of the equals value clause, thus this only contains an RHS.

Handles the = ... part of the equals value clause, thus this only contains an RHS.

Attributes

def astForExpression(expr: DotNetNodeInfo): Seq[Ast]
protected def astForLiteralExpression(_literalNode: DotNetNodeInfo): Seq[Ast]
def astForObjectCreationExpression(objectCreation: DotNetNodeInfo): Seq[Ast]
protected def astForOperand(operandNode: DotNetNodeInfo): Seq[Ast]
protected def astForSimpleMemberAccessExpression(accessExpr: DotNetNodeInfo): Seq[Ast]
protected def astForUnaryExpression(unaryExpr: DotNetNodeInfo): Seq[Ast]