Exemple #1
0
 public void settype(tokentypes type)
 {
     this.type = type;
 }
Exemple #2
0
 public Token(string val, tokentypes type)
 {
     stringval = val;
     this.type = type;
 }