AutoBE
Preparing search index...
@autobe/interface
AutoBeTestSourceIR
IForStatement
Interface IForStatement
interface
IForStatement
{
condition
?:
AutoBeTestSourceIR
.
IExpression
;
incrementor
?:
AutoBeTestSourceIR
.
IExpression
;
initializer
?:
string
;
kind
:
"for"
;
statements
:
AutoBeTestSourceIR
.
IStatement
[]
;
}
Index
Properties
condition?
incrementor?
initializer?
kind
statements
Properties
Optional
condition
condition
?:
AutoBeTestSourceIR
.
IExpression
Optional
incrementor
incrementor
?:
AutoBeTestSourceIR
.
IExpression
Optional
initializer
initializer
?:
string
kind
kind
:
"for"
statements
statements
:
AutoBeTestSourceIR
.
IStatement
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
condition
incrementor
initializer
kind
statements
AutoBE
Loading...