Content


NTL
Core
CExpressionNull

CExpressionNull


Class implements expression storing null value literal.

You can find more information in comments below. Overrided methods can be found in corresponding base class or interface.

class CExpressionNull :public CExpression
{
public:
    // IExpression methods 
    String toString() override;

    CExpressionNull(const size_t index, const String &value = String{ L"nullptr" });
};
Namespace: nitisa::script
Include: Nitisa/Modules/Script/Expressions/ExpressionNull.h