Search
Preparing search index...
The search index is not available
davinci-mathscript 1.3.2
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
IfStatement
Class IfStatement
Hierarchy
IfStatement
Index
Constructors
constructor
Properties
alternate
consequent
test
type
Constructors
constructor
new
IfStatement
(
test
:
Expression
, consequent
:
Statement
, alternate
:
Statement
|
null
)
:
IfStatement
Parameters
test:
Expression
consequent:
Statement
alternate:
Statement
|
null
Returns
IfStatement
Properties
Readonly
alternate
alternate
:
Statement
|
null
Readonly
consequent
consequent
:
Statement
Readonly
test
test
:
Expression
Readonly
type
type
:
string
Globals
If
Statement
constructor
alternate
consequent
test
type