CSLE.CLS_Expression_IndexSetValue.CLS_Expression_IndexSetValue C# (CSharp) Method

CLS_Expression_IndexSetValue() public method

public CLS_Expression_IndexSetValue ( int tbegin, int tend, int lbegin, int lend ) : System
tbegin int
tend int
lbegin int
lend int
return System
        public CLS_Expression_IndexSetValue(int tbegin, int tend, int lbegin, int lend)
        {
           listParam= new List<ICLS_Expression>();
           this.tokenBegin = tbegin;
           this.tokenEnd = tend;
           lineBegin = lbegin;
           lineEnd = lend;
        }
        //Block的参数 一个就是一行,顺序执行,没有