NumNode

Undocumented in source.

Constructors

this
this(Position pos, long num)
Undocumented in source.
this
this(Position pos, double num)
Undocumented in source.

Members

Enums

Type
enum Type
Undocumented in source.

Mixins

__anonymous
mixin AcceptVisitor
Undocumented in source.

Unions

Data
union Data
Undocumented in source.

Variables

data
Data data;
Undocumented in source.
type
Type type;
Undocumented in source.

Mixed In Members

From mixin AcceptVisitor

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

Inherited Members

From Node

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

Meta