Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ForStatement

Hierarchy

  • ForStatement

Index

Constructors

Properties

Constructors

constructor

Properties

body

body: Statement

Readonly init

init: Expression | null

Readonly test

test: Expression | null

Readonly type

type: string

Readonly update

update: Expression | null