TypeDotIdentifier

An identifier qualified by a type (type.identifier)

Constructors

this
this(Location location, Name name, AstType type)
Undocumented in source.

Members

Functions

toString
string toString(Context c)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

name
Name name;
Undocumented in source.
type
AstType type;
Undocumented in source.

Inherited Members

From Identifier

toString
string toString(Context c)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta