Пример #1
0
 internal StoreType(StoreType st)
 {
     this.ArgType   = st.ArgType;
     this.VarKind   = st.VarKind;
     this.Type      = st.Type;
     this.Value     = st.Value;
     this.Name      = st.Name;
     this.Length    = st.Length;
     this.Precision = st.Precision;
     this.Unsigned  = st.Unsigned;
 }
Пример #2
0
 internal StoreType(StoreType st)
 {
   this.ArgType = st.ArgType;
   this.VarKind = st.VarKind;
   this.Type = st.Type;
   this.Value = st.Value;
   this.Name = st.Name;
   this.Length = st.Length;
   this.Precision = st.Precision;
   this.Unsigned = st.Unsigned;
 }