Instantiates an appropriate new instance which can be initialized using public methods.
*/
protected Expression instantiate(Object oldInstance,Encoder out)
{
//System.out.println("Here we are too");
IconServer m = (IconServer)oldInstance;
//System.out.println("Right to there");
return new Expression(oldInstance,oldInstance.getClass(),"new",new Object[]{});
}