vayne v0.0.6 (2016-06-30T14:29:53Z)
Dub
Repo
WithExpression
vayne
ast
node
Undocumented in source.
class
WithExpression :
Node
{
this
(Token tok, Node expr, Token name);
mixin
VisitorInterface
;
Token
name
;
}
Constructors
this
this
(Token tok, Node expr, Token name)
Undocumented in source.
Members
Mixins
__anonymous
mixin
VisitorInterface
Undocumented in source.
Variables
name
Token
name
;
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