Monkeyspeak.lexical.Expressions Namespace |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "N:Monkeyspeak.lexical.Expressions"]
Class | Description | |
---|---|---|
Expression | ||
ExpressionT | ||
NullExpression | ||
NumberExpression | ||
StringExpression | ||
VariableExpression |
Expression pointing to a Variable reference
This expression does not have the value of the variable because the variable would not have been assigned yet | |
VariableTableExpression |
Interface | Description | |
---|---|---|
IExpression |