vayne ~master (2019-12-12T10:41:50Z)
Dub
Repo
LoopStatement
vayne
ast
node
Undocumented in source.
class
LoopStatement :
Node
{
this
(Token tok, Token key, Token value, Node obj, Node end, Node body_);
mixin
VisitorInterface
;
Token
key
;
Token
value
;
}
Constructors
this
this
(Token tok, Token key, Token value, Node obj, Node end, Node body_)
Undocumented in source.
Members
Mixins
__anonymous
mixin
VisitorInterface
Undocumented in source.
Variables
key
Token
key
;
Undocumented in source.
value
Token
value
;
Undocumented in source.
Mixed In Members
From
mixin
VisitorInterface
accept
void
accept
(IVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From Node
accept
void
accept
(IVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
tok
Token
tok
;
Undocumented in source.
children
Node
[]
children
;
Undocumented in source.
Meta
Source
See Implementation
vayne
ast
node
classes
BinaryOp
ConditionalExpression
Constant
DispatchOp
Expression
FunctionCall
Identifier
IfStatement
IndexOp
LoopStatement
Module
Node
Output
PrefixOp
SliceOp
StatementBlock
SuffixOp
UnaryOp
WithExpression
WithStatement
functions
create
mixin templates
VisitorInterface