Class ForStatement

Hierarchy

  • BaseNode
    • ForStatement

Constructors

Properties

body: Statement
conditionExpression: null | ExpressionStatement = null
initializationExpression: null | SimpleStatement = null
location: Location
loopExpression: null | Expression = null
range: [number, number]
src: `${number}:${number}`
type: "ForStatement" = ...

Generated using TypeDoc