mirror of
https://github.com/danog/parser.git
synced 2024-12-13 09:37:18 +01:00
9a2a903fb9
Signed-off-by: azjezz <azjezz@protonmail.com>
76 lines
2.0 KiB
Plaintext
76 lines
2.0 KiB
Plaintext
[
|
|
Function(
|
|
Function {
|
|
start: (
|
|
1,
|
|
7,
|
|
),
|
|
end: (
|
|
0,
|
|
0,
|
|
),
|
|
name: Identifier {
|
|
start: (
|
|
1,
|
|
16,
|
|
),
|
|
name: "foo",
|
|
end: (
|
|
1,
|
|
19,
|
|
),
|
|
},
|
|
attributes: [],
|
|
parameters: FunctionParameterList {
|
|
start: (
|
|
1,
|
|
19,
|
|
),
|
|
end: (
|
|
1,
|
|
41,
|
|
),
|
|
members: [
|
|
FunctionParameter {
|
|
start: (
|
|
1,
|
|
20,
|
|
),
|
|
end: (
|
|
1,
|
|
39,
|
|
),
|
|
name: Variable {
|
|
start: (
|
|
1,
|
|
37,
|
|
),
|
|
name: "b",
|
|
end: (
|
|
1,
|
|
39,
|
|
),
|
|
},
|
|
attributes: [],
|
|
type: Some(
|
|
Union(
|
|
[
|
|
String,
|
|
Integer,
|
|
Float,
|
|
],
|
|
),
|
|
),
|
|
variadic: false,
|
|
default: None,
|
|
by_ref: false,
|
|
},
|
|
],
|
|
},
|
|
return_type: None,
|
|
by_ref: false,
|
|
body: [],
|
|
},
|
|
),
|
|
]
|