|
|
| version 1.1, 2016/09/14 16:40:47 | version 1.3, 2016/09/26 20:40:17 |
|---|---|
| Line 5 $v[M] | Line 5 $v[M] |
| $s[ ] | $s[ ] |
| $o[^O::create[]] | $o[^O::create[]] |
| ^try-catch{ ^reflection:method{code} } | 1. ^try-catch{ ^reflection:method{code} } |
| ^try-catch{ ^reflection:method[$o] } | 2. ^try-catch{ ^reflection:method[$o] } |
| ^try-catch{ ^reflection:method[$test]{code} } | 3. ^try-catch{ ^reflection:method[$test]{code} } |
| ^try-catch{ ^reflection:method[$test;$s] } | 4. ^try-catch{ ^reflection:method[$test;$s] } |
| ^try-catch{ ^reflection:method[$string:length] } | 5. ^try-catch{ ^reflection:method[$string:length] } |
| ^try-catch{ ^reflection:method[$s;no-such-method] } | 6. $no[^reflection:method[$s;no-such-method]] $no.CLASS_NAME |
| ^try-catch{ ^reflection:method[$s;length]{code} } | |
| ^try-catch{ ^reflection:method[$s;length;$self] } | |
| ^try-catch{ ^reflection:method[$MAIN:CLASS;test;$s] } | |
| ^try-catch{ $m[^reflection:method[$string:CLASS;length]] ^m[] } | 7. ^try-catch{ ^reflection:method[$s;length]{code} } |
| 8. ^try-catch{ ^reflection:method[$s;length;$self] } | |
| 9. ^try-catch{ ^reflection:method[$MAIN:CLASS;test;$s] } | |
| $m[^reflection:method[$test;$o]] | 10. ^try-catch{ $m[^reflection:method[$string:CLASS;length]] ^m[] } |
| 11. $m[^reflection:method[$test;$o]] | |
| ^m[] | ^m[] |
| $m[^reflection:method[$o.test;$o]] | 12. $m[^reflection:method[$o.test;$o]] |
| ^m[] | ^m[] |
| $m[^reflection:method[$o.test]] | 13. $m[^reflection:method[$o.test]] |
| ^m[] | ^m[] |
| $m[^reflection:method[$s;length]] | 14. $m[^reflection:method[$s;length]] |
| ^m[] | ^m[] |
| @test[] | @test[] |