Exemplo n.º 1
0
 public Interpreter(Parser parser, TokenConverter tokenConverter)
 {
     this.parser         = parser;
     this.tokenConverter = tokenConverter;
 }
 public InterpreterFactory(TokenConverter tokenConverter, ICurrencyService currencyService, TokenQueueFactory tokenQueueFactory)
 {
     this.tokenConverter    = tokenConverter;
     this.currencyService   = currencyService;
     this.tokenQueueFactory = tokenQueueFactory;
 }