//the actual name will be set during the parsing (token image) -- see Name construct
ret = new Name(null, Name.Load, false);
break;
case JJTNUM://the actual number will be set during the parsing (token image) -- see Num construct
ret = new Num(null, -1, null);
break;
case JJTSTRING:
case JJTUNICODE:
case JJTBINARY: