public ConstantExpression(Constant constant, int index) : base(PRECEDENCE_ATOMIC)
	  {
		this.constant = constant;
		this.index = index;
	  }