public 常量(常量_Type type, string value, char[] chars, int iLeft) : base(chars, iLeft) { this.type = type; this.value = value; }
public 常量(常量_Type type, string value, int 参考位置_iLeft) { this.type = type; this.value = value; this.参考位置_iLeft = 参考位置_iLeft; }