Example #1
0
 public TokenInt(Int64 val, IntSuffix suffix, String raw) {
     this.Val = val;
     this.Suffix = suffix;
     this.Raw = raw;
 }
Example #2
0
 public TokenInt(Int64 val, IntSuffix suffix, String raw)
 {
     this.Val    = val;
     this.Suffix = suffix;
     this.Raw    = raw;
 }