name expression - xtclang/xvm GitHub Wiki
NameExpression is used to represent something by specifying a name. That something is one of:
- A local variable;
- A reserved name, such as
this; - A property or constant value;
- A method or function;
- A type parameter;
- A
Class, including amodule,package,enum,interface,const,class,mixin, ortypedef; - The
Typeof aClass; - The singleton instance of a
Class; or - A label.
Description coming soon.
QualifiedName:
Name
QualifiedName . Name