Search
Preparing search index...
The search index is not available
meml
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
meml
AstNodes
IfStmt
Class IfStmt
Hierarchy
IfStmt
Implements
IStmt
Index
Constructors
constructor
Properties
elif
else
Meml
primary
Expression
primary
Meml
Methods
accept
Constructors
constructor
new
IfStmt
(
primaryExpression
:
IExpr
, primaryMeml
:
IStmt
|
IExpr
, elif
:
{
expr
:
IExpr
;
meml
:
IStmt
|
IExpr
}
[]
, elseMeml
:
IStmt
|
IExpr
)
:
IfStmt
Parameters
primaryExpression:
IExpr
primaryMeml:
IStmt
|
IExpr
elif:
{
expr
:
IExpr
;
meml
:
IStmt
|
IExpr
}
[]
elseMeml:
IStmt
|
IExpr
Returns
IfStmt
Properties
elif
elif
:
{
expr
:
IExpr
;
meml
:
IStmt
|
IExpr
}
[]
else
Meml
else
Meml
:
IStmt
|
IExpr
primary
Expression
primary
Expression
:
IExpr
primary
Meml
primary
Meml
:
IStmt
|
IExpr
Methods
accept
accept<R>
(
visitor
:
StmtVisitor
<
R
>
)
:
R
Type parameters
R
Parameters
visitor:
StmtVisitor
<
R
>
Returns
R
Exports
Ast
Nodes
Loaders
Targets
Array
Expr
Binary
Expr
Component
Stmt
Destructure
Expr
Export
Stmt
Expression
Stmt
For
Stmt
Grouping
Expr
Identifier
Expr
If
Stmt
constructor
elif
else
Meml
primary
Expression
primary
Meml
accept
Import
Stmt
Literal
Expr
Meml
Properties
Expr
Meml
Stmt
Page
Stmt
Unary
Expr
Expr
Visitor
IExpr
IStmt
Stmt
Visitor
Generated using
TypeDoc