Esempio n. 1
0
 public Token(TokenType type, ITokenObject tokenObject)
 {
     this.Type = type;
     this.TokenObject = tokenObject;
     this.Index = -1;
 }
Esempio n. 2
0
 public Token(TokenType type, ITokenObject tokenObject)
 {
     this.Type        = type;
     this.TokenObject = tokenObject;
     this.Index       = -1;
 }