Annotation of parser3/tests/352.html, revision 1.2

1.1       moko        1: @main[]
                      2: 
                      3: $v[M]
                      4: 
                      5: $s[ ]
                      6: $o[^O::create[]]
                      7: 
                      8: ^try-catch{ ^reflection:method{code} }
                      9: ^try-catch{ ^reflection:method[$o] }
                     10: 
                     11: ^try-catch{ ^reflection:method[$test]{code} }
                     12: ^try-catch{ ^reflection:method[$test;$s] }
                     13: ^try-catch{ ^reflection:method[$string:length] }
                     14: 
1.2     ! moko       15: $no[^reflection:method[$s;no-such-method]] $no.CLASS_NAME
        !            16: 
1.1       moko       17: ^try-catch{ ^reflection:method[$s;length]{code} }
                     18: ^try-catch{ ^reflection:method[$s;length;$self] }
                     19: ^try-catch{ ^reflection:method[$MAIN:CLASS;test;$s] }
                     20: 
                     21: ^try-catch{ $m[^reflection:method[$string:CLASS;length]] ^m[] }
                     22: 
                     23: $m[^reflection:method[$test;$o]]
                     24: ^m[]
                     25: $m[^reflection:method[$o.test;$o]]
                     26: ^m[]
                     27: $m[^reflection:method[$o.test]]
                     28: ^m[]
                     29: 
                     30: $m[^reflection:method[$s;length]]
                     31: ^m[]
                     32: 
                     33: @test[]
                     34: MAIN [$v] $self.CLASS_NAME ^if(^reflection:dynamical[]){dynamic}{static}
                     35: 
                     36: 
                     37: @CLASS
                     38: O
                     39: 
                     40: @create[]
                     41: $v[O]
                     42: 
                     43: @test[]
                     44: CLASS [$v] $self.CLASS_NAME ^if(^reflection:dynamical[]){dynamic}{static}
                     45: 

E-mail: