Combinator

Undocumented in source.

Constructors

this
this(string combinator, Ast[] args)
Undocumented in source.

Members

Mixins

__anonymous
mixin Visitable
Undocumented in source.

Variables

args
Ast[] args;
Undocumented in source.
combinator
string combinator;
Undocumented in source.

Mixed In Members

From mixin Visitable

accept
void accept(Visitor visitor)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Ast

mod
Modifier mod;
Undocumented in source.
ignored
bool ignored;
Undocumented in source.
accept
void accept(Visitor visitor)
Undocumented in source.

Meta