public NullConstant(TokenPosition position) : base(position) { SetNodeType(ConstantType.Create(ChelaType.GetNullType())); }