WithStatement

Undocumented in source.

Constructors

this
this(Token tok, Node[] exprs, Node body_)
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