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