Annotation of parser3/tests/results/356.processed, revision 1.3
1.1 moko 1: Content-Type: text/html
1.3 ! moko 2: Content-Length: 1083
1.1 moko 3:
4: 1. Type: parser.runtime,
5: Source: no-such-class,
6: Comment: class is undefined
7: 2. Type: parser.runtime,
8: Source: method_info,
9: Comment: method name must be specified
10: 3. Type: parser.runtime,
11: Source: no-such-method,
12: Comment: method not found in class 'string'
13: 4. Type: parser.runtime,
14: Source: method_info,
15: Comment: method name must be string (parameter #2)
16: 5. Type: parser.runtime,
17: Source: method_info,
18: Comment: param must be class name or method junction
19: 6. {
20: "inherited":"string",
21: "call_type":"dynamic",
22: "min_params":1,
23: "max_params":2
24: }
25: 7. {
26: "name":"mid",
1.3 ! moko 27: "class":"void",
1.1 moko 28: "call_type":"dynamic",
29: "min_params":1,
30: "max_params":2
31: }
32: 8. {
33: "name":"try-catch",
1.3 ! moko 34: "class":"MAIN",
1.1 moko 35: "file":"skip",
36: "max_params":1,
37: "0":"jCode"
38: }
39: 9. {
40: "file":"skip",
41: "max_params":1,
42: "0":"jCode"
1.3 ! moko 43: }
! 44: 10. {
! 45: "name":"create",
! 46: "class":"O",
! 47: "file":"skip",
! 48: "max_params":1,
! 49: "0":"param"
! 50: }
! 51: 11. {
! 52: "name":"create",
! 53: "class":"O",
! 54: "file":"skip",
! 55: "max_params":1,
! 56: "0":"param"
! 57: }
! 58: 10. {
! 59: "name":"create",
! 60: "class":"C",
! 61: "file":"skip",
! 62: "max_params":1,
! 63: "0":"param"
! 64: }
! 65: 11. {
! 66: "name":"create",
! 67: "class":"C",
! 68: "file":"skip",
! 69: "max_params":1,
! 70: "0":"param"
1.1 moko 71: }
E-mail: