Hello!
Please imagine there is a simple source code "async clocked(cl) { }".
I originally
wrote the following code into a visitor of X10 compiler(polyglot) and
compiled the simple code above. In the following X10 compiler source code
I wrote, the method "clocked()" in X10 compiler(polyglot) should say
"true" because the simple source code above is definitely "clocked".
However, it said "false".
So, it means the method "clocked()" in X10 compiler is never be used?
------- Source code that I inserted into a visitor in X10 compiler------
if (n instanceof Async_c) {
System.out.println( ((Async_c) n).clocked() );
}
-------------------------------------------------------------
The University of Tokyo,
Seisei Itahashi
------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
X10-users mailing list
X10-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/x10-users