CSLE.CLS_Expression_StaticSetValue.CLS_Expression_StaticSetValue C# (CSharp) Method

CLS_Expression_StaticSetValue() public method

public CLS_Expression_StaticSetValue ( int tbegin, int tend, int lbegin, int lend ) : System
tbegin int
tend int
lbegin int
lend int
return System
        public CLS_Expression_StaticSetValue(int tbegin, int tend, int lbegin, int lend)
        {
            listParam = new List<ICLS_Expression>();
            tokenBegin = tbegin;
            tokenEnd = tend;
            lineBegin = lbegin;
            lineEnd = lend;
        }