1 2 3 4 5 6 7 8 9 10 11 12 13 14
class I_$index implements CSProcess { $attDecl public I_$index ($paramDecl) { $constructorBody } public void run() { $runBody } } $runCall