Preparing search index...
The search index is not available
Beerlang
Beerlang
src/ast
ForStmt
Class ForStmt
Statement interface Stmt
Method
accept - Accepts a visitor
Hierarchy
ForStmt
Implements
Stmt
Index
Constructors
constructor
Properties
body
condition
increment
initializer
Methods
accept
Constructors
constructor
new
For
Stmt
(
initializer
,
condition
,
increment
,
body
)
:
ForStmt
Parameters
initializer
:
null
|
Stmt
condition
:
null
|
Expr
increment
:
null
|
Expr
body
:
Stmt
Returns
ForStmt
Properties
body
body
:
Stmt
condition
condition
:
null
|
Expr
increment
increment
:
null
|
Expr
initializer
initializer
:
null
|
Stmt
Methods
accept
accept
<
T
>
(
visitor
)
:
T
Type Parameters
T
Parameters
visitor
:
StmtVisitor
<
T
>
Returns
T
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
body
condition
increment
initializer
accept
Beerlang
Beer
src/ast
src/environment
src/error.ts
src/interpreter
src/parser
src/read_source
src/resolver
src/runner
src/scanner
src/token
src/types
Generated using
TypeDoc
Statement interface Stmt
Method
accept - Accepts a visitor