Hello All

I am a naive developer (as far as X10 source code is concerned). I was
trying to modify the X10 runtime and for that I tried to studied the Java
file generated whenever an X10 program is compiled.

I created a very simple program for study:

class hello
{
    public static def main(args:Array[String](1)) {
        Console.OUT.println("Hello World");
    }
}

And its generated java code consisted of the following first line..

@x10.runtime.impl.java.X10Generated public class hello extends x10.core.Ref
implements x10.x10rt.X10JavaSerializable

I tried to search for this specific interface:
x10.x10rt.X10JavaSerializable ... but could not find.

Please tell me what am I missing.

Thanx

-- 
Regards

Suyash Gupta
MS Scholar
Pace Lab,
Department of Computer Science & Engineering
IIT Madras
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
X10-users mailing list
X10-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to