Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ForStatement

Hierarchy

  • ForStatement

Index

Constructors

Properties

Constructors

constructor

Properties

body

body: Statement

init

init: Expression | null

test

test: Expression | null

type

type: string

update

update: Expression | null