2022-11-30 15:38:07 +01:00
|
|
|
[
|
|
|
|
Class {
|
|
|
|
name: Identifier {
|
2022-12-05 17:53:41 +01:00
|
|
|
start: (
|
|
|
|
3,
|
|
|
|
7,
|
|
|
|
),
|
2022-11-30 15:38:07 +01:00
|
|
|
name: "foo",
|
2022-12-05 17:53:41 +01:00
|
|
|
end: (
|
|
|
|
3,
|
|
|
|
11,
|
|
|
|
),
|
2022-11-30 15:38:07 +01:00
|
|
|
},
|
2022-12-04 16:12:23 +01:00
|
|
|
attributes: [],
|
2022-11-30 15:38:07 +01:00
|
|
|
extends: None,
|
|
|
|
implements: [],
|
|
|
|
body: [
|
|
|
|
Method {
|
|
|
|
name: Identifier {
|
2022-12-05 17:53:41 +01:00
|
|
|
start: (
|
|
|
|
4,
|
|
|
|
21,
|
|
|
|
),
|
2022-11-30 15:38:07 +01:00
|
|
|
name: "__construct",
|
2022-12-05 17:53:41 +01:00
|
|
|
end: (
|
|
|
|
4,
|
|
|
|
32,
|
|
|
|
),
|
2022-11-30 15:38:07 +01:00
|
|
|
},
|
2022-12-04 16:12:23 +01:00
|
|
|
attributes: [],
|
2022-11-30 15:38:07 +01:00
|
|
|
params: [
|
|
|
|
Param {
|
|
|
|
name: Variable {
|
2022-12-05 17:53:41 +01:00
|
|
|
start: (
|
|
|
|
5,
|
|
|
|
23,
|
|
|
|
),
|
2022-11-30 15:38:07 +01:00
|
|
|
name: "a",
|
2022-12-05 17:53:41 +01:00
|
|
|
end: (
|
|
|
|
5,
|
|
|
|
25,
|
|
|
|
),
|
2022-11-30 15:38:07 +01:00
|
|
|
},
|
2022-12-04 16:12:23 +01:00
|
|
|
attributes: [],
|
2022-11-30 15:38:07 +01:00
|
|
|
type: Some(
|
|
|
|
String,
|
|
|
|
),
|
|
|
|
variadic: false,
|
|
|
|
default: None,
|
|
|
|
flags: [
|
|
|
|
Public,
|
|
|
|
],
|
|
|
|
by_ref: false,
|
|
|
|
},
|
|
|
|
Param {
|
|
|
|
name: Variable {
|
2022-12-05 17:53:41 +01:00
|
|
|
start: (
|
|
|
|
6,
|
|
|
|
29,
|
|
|
|
),
|
2022-11-30 15:38:07 +01:00
|
|
|
name: "b",
|
2022-12-05 17:53:41 +01:00
|
|
|
end: (
|
|
|
|
6,
|
|
|
|
31,
|
|
|
|
),
|
2022-11-30 15:38:07 +01:00
|
|
|
},
|
2022-12-04 16:12:23 +01:00
|
|
|
attributes: [],
|
2022-11-30 15:38:07 +01:00
|
|
|
type: Some(
|
|
|
|
Integer,
|
|
|
|
),
|
|
|
|
variadic: false,
|
|
|
|
default: None,
|
|
|
|
flags: [
|
|
|
|
Public,
|
|
|
|
Readonly,
|
|
|
|
],
|
|
|
|
by_ref: false,
|
|
|
|
},
|
|
|
|
Param {
|
|
|
|
name: Variable {
|
2022-12-05 17:53:41 +01:00
|
|
|
start: (
|
|
|
|
7,
|
|
|
|
32,
|
|
|
|
),
|
2022-11-30 15:38:07 +01:00
|
|
|
name: "c",
|
2022-12-05 17:53:41 +01:00
|
|
|
end: (
|
|
|
|
7,
|
|
|
|
34,
|
|
|
|
),
|
2022-11-30 15:38:07 +01:00
|
|
|
},
|
2022-12-04 16:12:23 +01:00
|
|
|
attributes: [],
|
2022-11-30 15:38:07 +01:00
|
|
|
type: Some(
|
|
|
|
Float,
|
|
|
|
),
|
|
|
|
variadic: false,
|
|
|
|
default: None,
|
|
|
|
flags: [
|
|
|
|
Public,
|
|
|
|
Readonly,
|
|
|
|
],
|
|
|
|
by_ref: true,
|
|
|
|
},
|
|
|
|
Param {
|
|
|
|
name: Variable {
|
2022-12-05 17:53:41 +01:00
|
|
|
start: (
|
|
|
|
8,
|
|
|
|
13,
|
|
|
|
),
|
2022-11-30 15:38:07 +01:00
|
|
|
name: "e",
|
2022-12-05 17:53:41 +01:00
|
|
|
end: (
|
|
|
|
8,
|
|
|
|
15,
|
|
|
|
),
|
2022-11-30 15:38:07 +01:00
|
|
|
},
|
2022-12-04 16:12:23 +01:00
|
|
|
attributes: [],
|
2022-11-30 15:38:07 +01:00
|
|
|
type: None,
|
|
|
|
variadic: true,
|
|
|
|
default: None,
|
|
|
|
flags: [],
|
|
|
|
by_ref: true,
|
|
|
|
},
|
|
|
|
],
|
|
|
|
body: [],
|
|
|
|
flags: [
|
|
|
|
Public,
|
|
|
|
],
|
|
|
|
return_type: None,
|
|
|
|
by_ref: false,
|
|
|
|
},
|
|
|
|
],
|
|
|
|
flags: [],
|
|
|
|
},
|
|
|
|
]
|