summaryrefslogtreecommitdiff
path: root/tests/scanner/Regress-1.0-expected.json/Regress.FooBRect.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scanner/Regress-1.0-expected.json/Regress.FooBRect.json')
-rw-r--r--tests/scanner/Regress-1.0-expected.json/Regress.FooBRect.json59
1 files changed, 59 insertions, 0 deletions
diff --git a/tests/scanner/Regress-1.0-expected.json/Regress.FooBRect.json b/tests/scanner/Regress-1.0-expected.json/Regress.FooBRect.json
new file mode 100644
index 00000000..4aab131a
--- /dev/null
+++ b/tests/scanner/Regress-1.0-expected.json/Regress.FooBRect.json
@@ -0,0 +1,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"
+} \ No newline at end of file