1{
2  "methods": {
3    "nativeConstructor()": {
4      "isImplementation": true,
5      "modifiers": [
6        "public",
7        "static"
8      ],
9      "params": [],
10      "returnType": "java.lang.Number",
11      "exceptions": [],
12      "name": "nativeConstructor()"
13    }
14  },
15  "imports": [
16    "android.graphics.Region",
17    "org.robolectric.RuntimeEnvironment",
18    "org.robolectric.annotation.HiddenApi",
19    "org.robolectric.annotation.Implementation",
20    "org.robolectric.annotation.Implements"
21  ],
22  "name": "org.robolectric.shadows.ShadowRegion"
23}