AstForExpressionsCreator

io.joern.jssrc2cpg.astcreation.AstForExpressionsCreator

Attributes

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

Members list

Concise view

Value members

Concrete methods

protected def astForArrayExpression(arrExpr: BabelNodeInfo): Ast
protected def astForAssignmentExpression(assignment: BabelNodeInfo): Ast
protected def astForAwaitExpression(awaitExpr: BabelNodeInfo): Ast
protected def astForBinaryExpression(binExpr: BabelNodeInfo): Ast
protected def astForCallExpression(callExpr: BabelNodeInfo): Ast
protected def astForCastExpression(castExpr: BabelNodeInfo): Ast
protected def astForConditionalExpression(ternary: BabelNodeInfo): Ast
protected def astForExpressionStatement(exprStmt: BabelNodeInfo): Ast
protected def astForLogicalExpression(logicalExpr: BabelNodeInfo): Ast
protected def astForMemberExpression(memberExpr: BabelNodeInfo): Ast
protected def astForNewExpression(newExpr: BabelNodeInfo): Ast
protected def astForObjectExpression(objExpr: BabelNodeInfo): Ast
protected def astForSequenceExpression(seq: BabelNodeInfo): Ast
def astForTemplateExpression(templateExpr: BabelNodeInfo): Ast
protected def astForThisExpression(thisExpr: BabelNodeInfo): Ast
protected def astForUnaryExpression(unaryExpr: BabelNodeInfo): Ast
protected def astForUpdateExpression(updateExpr: BabelNodeInfo): Ast