PhpIfStmt
io.joern.php2cpg.parser.Domain.PhpIfStmt
final case class PhpIfStmt(cond: PhpExpr, stmts: List[PhpStmt], elseIfs: List[PhpElseIfStmt], elseStmt: Option[PhpElseStmt], attributes: PhpAttributes) extends PhpStmtWithBody
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PhpStmtWithBodytrait PhpStmttrait PhpNodeclass Objecttrait Matchableclass Any
Members list
In this article