Class DoWhileStatement

Hierarchy

  • BaseNode
    • DoWhileStatement

Constructors

Properties

body: Statement
condition: Expression
location: Location
range: [number, number]
src: `${number}:${number}`
type: "DoWhileStatement" = ...

Generated using TypeDoc