view paper/source/AsClass.java @ 5:b817e83013a7

add image file
author sugi
date Wed, 13 Feb 2013 18:24:42 +0900
parents
children
line wrap: on
line source

public class TestCodeSegment extends CodeSegment {
	
    # 略
    
    @Override
	public void run() {
		FishPoint fd = arg1.asClass(FishPoint.class);
        
        fd.setX( NEXT_POINT );
		new TestCodeSegment();
		ods.update("local", "key1", new FishPoint());
		
	}

}