Represents a symbol that is used in an Expression. More...
Public Member Functions | |
| Symbol (const String &scopeUID, const String &symbolName) | |
| bool | operator== (const Symbol &) const noexcept |
| bool | operator!= (const Symbol &) const noexcept |
Public Attributes | |
| String | scopeUID |
| The unique ID of the Scope that contains this symbol. | |
| String | symbolName |
| The name of the symbol. | |
Represents a symbol that is used in an Expression.
| Expression::Symbol::Symbol | ( | const String & | scopeUID, |
| const String & | symbolName | ||
| ) |
| bool Expression::Symbol::operator== | ( | const Symbol & | ) | const |
| bool Expression::Symbol::operator!= | ( | const Symbol & | ) | const |
The unique ID of the Scope that contains this symbol.
The name of the symbol.