mirror of
https://github.com/danog/parser.git
synced 2024-12-12 09:09:37 +01:00
eed02aa4e2
Signed-off-by: azjezz <azjezz@protonmail.com>
82 lines
2.3 KiB
Plaintext
82 lines
2.3 KiB
Plaintext
[
|
|
Interface {
|
|
name: Identifier {
|
|
start: (
|
|
3,
|
|
11,
|
|
),
|
|
name: "foo",
|
|
end: (
|
|
3,
|
|
15,
|
|
),
|
|
},
|
|
attributes: [],
|
|
extends: [],
|
|
body: [
|
|
Method(
|
|
Method {
|
|
start: (
|
|
4,
|
|
6,
|
|
),
|
|
end: (
|
|
4,
|
|
35,
|
|
),
|
|
name: Identifier {
|
|
start: (
|
|
4,
|
|
30,
|
|
),
|
|
name: "bar",
|
|
end: (
|
|
4,
|
|
33,
|
|
),
|
|
},
|
|
attributes: [],
|
|
parameters: MethodParameterList {
|
|
start: (
|
|
4,
|
|
33,
|
|
),
|
|
end: (
|
|
4,
|
|
35,
|
|
),
|
|
members: [],
|
|
},
|
|
body: None,
|
|
modifiers: MethodModifierGroup {
|
|
modifiers: [
|
|
Public {
|
|
start: (
|
|
4,
|
|
6,
|
|
),
|
|
end: (
|
|
4,
|
|
14,
|
|
),
|
|
},
|
|
Static {
|
|
start: (
|
|
4,
|
|
14,
|
|
),
|
|
end: (
|
|
4,
|
|
21,
|
|
),
|
|
},
|
|
],
|
|
},
|
|
return_type: None,
|
|
by_ref: false,
|
|
},
|
|
),
|
|
],
|
|
},
|
|
]
|