summaryrefslogtreecommitdiff
path: root/tests/scanner/Regress-1.0.json/Regress.FooBRect.json
blob: 4aab131a545bff33d6ece0553b989d41a5716678 (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
{
    "constructors": [
        {
            "doc": "",
            "kind": "constructor",
            "name": "new",
            "parameters": [
                {
                    "allow_none": false,
                    "argname": "x",
                    "direction": "in",
                    "type": "double"
                },
                {
                    "allow_none": false,
                    "argname": "y",
                    "direction": "in",
                    "type": "double"
                }
            ],
            "retval": {
                "type": "RegressFooBRect*"
            }
        }
    ],
    "doc": "",
    "fields": [
        {
            "doc": "",
            "kind": "field",
            "name": "x"
        },
        {
            "doc": "",
            "kind": "field",
            "name": "y"
        }
    ],
    "kind": "class",
    "methods": [
        {
            "doc": "",
            "kind": "method",
            "name": "add",
            "parameters": [
                {
                    "allow_none": false,
                    "argname": "b2",
                    "direction": "in",
                    "type": "RegressFooBRect*"
                }
            ],
            "retval": {
                "type": "void"
            }
        }
    ],
    "name": "FooBRect"
}