AstForControlStructuresCreator

io.joern.php2cpg.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 astForBreakStmt(breakStmt: PhpBreakStmt): Ast
protected def astForContinueStmt(continueStmt: PhpContinueStmt): Ast
protected def astForDoStmt(doStmt: PhpDoStmt): Ast
protected def astForForStmt(stmt: PhpForStmt): Ast
protected def astForForeachStmt(stmt: PhpForeachStmt): Ast
protected def astForGotoStmt(stmt: PhpGotoStmt): Ast
protected def astForIfStmt(ifStmt: PhpIfStmt): Ast
protected def astForLabelStmt(stmt: PhpLabelStmt): Ast
protected def astForReturnStmt(stmt: PhpReturnStmt): Ast
protected def astForSwitchStmt(stmt: PhpSwitchStmt): Ast
protected def astForThrow(expr: PhpThrowExpr): Ast
protected def astForTryStmt(stmt: PhpTryStmt): Ast
protected def astForWhileStmt(whileStmt: PhpWhileStmt): Ast
protected def astForYieldFromExpr(expr: PhpYieldFromExpr): Ast