
package tmcm.xTurtle;

class TSymbolToken extends TToken {
   int symbolLocation;
}


