vayne v0.0.6 (2016-06-30T14:29:53Z)
Dub
Repo
VisitorInterface
vayne
ast
node
Undocumented in source.
mixin template
VisitorInterface () {
void
accept
(IVisitor visitor);
}
Members
Functions
accept
void
accept
(IVisitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.
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