Class ForStatement

Hierarchy

Constructors

Properties

body: Statement
conditionExpression: null | ExpressionStatement = null
initializationExpression: null | SimpleStatement = null
location: Location
loopExpression: null | ExpressionNode = null
range: [number, number]
type: "ForStatement" = ...

Generated using TypeDoc