2022-12-01 01:45:28 +01:00
|
|
|
[
|
|
|
|
Interface {
|
|
|
|
name: Identifier {
|
2022-12-05 17:53:41 +01:00
|
|
|
start: (
|
|
|
|
3,
|
|
|
|
11,
|
|
|
|
),
|
2022-12-01 01:45:28 +01:00
|
|
|
name: "foo",
|
2022-12-05 17:53:41 +01:00
|
|
|
end: (
|
|
|
|
3,
|
|
|
|
15,
|
|
|
|
),
|
2022-12-01 01:45:28 +01:00
|
|
|
},
|
2022-12-04 16:12:23 +01:00
|
|
|
attributes: [],
|
2022-12-01 01:45:28 +01:00
|
|
|
extends: [],
|
|
|
|
body: [
|
|
|
|
AbstractMethod {
|
|
|
|
name: Identifier {
|
2022-12-05 17:53:41 +01:00
|
|
|
start: (
|
|
|
|
4,
|
|
|
|
22,
|
|
|
|
),
|
2022-12-01 01:45:28 +01:00
|
|
|
name: "bar",
|
2022-12-05 17:53:41 +01:00
|
|
|
end: (
|
|
|
|
4,
|
|
|
|
25,
|
|
|
|
),
|
2022-12-01 01:45:28 +01:00
|
|
|
},
|
2022-12-04 16:12:23 +01:00
|
|
|
attributes: [],
|
2022-12-01 01:45:28 +01:00
|
|
|
params: [],
|
|
|
|
flags: [
|
|
|
|
Public,
|
|
|
|
],
|
|
|
|
return_type: None,
|
|
|
|
by_ref: false,
|
|
|
|
},
|
|
|
|
],
|
|
|
|
},
|
|
|
|
]
|