Il Token piu' fondamentale. Riconosce uno e un solo carattere.
@author Andrea
593594595596597598599600601602603
break; case NONALPHA: tokens[i] = new AlphabethicToken(false); break; default: tokens[i] = new CharToken(symbolList.get(i).getRepresentation().charAt(0)); break; } } }