summaryrefslogtreecommitdiff
path: root/tests/scanner/Regress-1.0-expected.json/Regress.FooRectangle.json
blob: 898738f57f3d0732a9595c518c408010dc4329bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
    "constructors": [],
    "doc": "",
    "fields": [
        {
            "doc": "",
            "kind": "field",
            "name": "x"
        },
        {
            "doc": "",
            "kind": "field",
            "name": "y"
        },
        {
            "doc": "",
            "kind": "field",
            "name": "width"
        },
        {
            "doc": "",
            "kind": "field",
            "name": "height"
        }
    ],
    "kind": "class",
    "methods": [
        {
            "doc": "",
            "kind": "method",
            "name": "add",
            "parameters": [
                {
                    "allow_none": false,
                    "argname": "r2",
                    "direction": "in",
                    "type": "const RegressFooRectangle*"
                }
            ],
            "retval": {
                "type": "void"
            }
        },
        {
            "doc": "  <p>This is a C convenience constructor; we have to (skip)\nit because it's not a boxed type.</p>",
            "kind": "function",
            "name": "new",
            "parameters": [
                {
                    "allow_none": false,
                    "argname": "x",
                    "direction": "in",
                    "type": "int"
                },
                {
                    "allow_none": false,
                    "argname": "y",
                    "direction": "in",
                    "type": "int"
                },
                {
                    "allow_none": false,
                    "argname": "width",
                    "direction": "in",
                    "type": "int"
                },
                {
                    "allow_none": false,
                    "argname": "height",
                    "direction": "in",
                    "type": "int"
                }
            ],
            "retval": {
                "type": "RegressFooRectangle*"
            }
        }
    ],
    "name": "FooRectangle"
}