Hierarchy

  • BaseNode
    • IfStatement

Constructors

Properties

condition: Expression
elseStatement: null | Statement = null
ifStatement: Statement
location: Location
range: [number, number]
src: `${number}:${number}`
type: "IfStatement" = ...

Generated using TypeDoc