mirror of
https://github.com/danog/parser.git
synced 2024-12-13 09:37:18 +01:00
eed02aa4e2
Signed-off-by: azjezz <azjezz@protonmail.com>
58 lines
1.4 KiB
Plaintext
58 lines
1.4 KiB
Plaintext
[
|
|
BracedNamespace {
|
|
name: Some(
|
|
Identifier {
|
|
start: (
|
|
3,
|
|
11,
|
|
),
|
|
name: "Foo\Bar",
|
|
end: (
|
|
3,
|
|
19,
|
|
),
|
|
},
|
|
),
|
|
body: [
|
|
Function(
|
|
Function {
|
|
start: (
|
|
4,
|
|
6,
|
|
),
|
|
end: (
|
|
4,
|
|
22,
|
|
),
|
|
name: Identifier {
|
|
start: (
|
|
4,
|
|
15,
|
|
),
|
|
name: "foo",
|
|
end: (
|
|
4,
|
|
18,
|
|
),
|
|
},
|
|
attributes: [],
|
|
parameters: FunctionParameterList {
|
|
start: (
|
|
4,
|
|
18,
|
|
),
|
|
end: (
|
|
4,
|
|
21,
|
|
),
|
|
members: [],
|
|
},
|
|
return_type: None,
|
|
by_ref: false,
|
|
body: [],
|
|
},
|
|
),
|
|
],
|
|
},
|
|
]
|