mirror of
https://github.com/danog/parser.git
synced 2025-01-06 04:38:22 +01:00
6a6d4d0e5f
Signed-off-by: azjezz <azjezz@protonmail.com>
84 lines
2.5 KiB
Plaintext
84 lines
2.5 KiB
Plaintext
[
|
|
Interface(
|
|
Interface {
|
|
start: (
|
|
3,
|
|
1,
|
|
),
|
|
end: (
|
|
5,
|
|
1,
|
|
),
|
|
attributes: [],
|
|
name: SimpleIdentifier {
|
|
span: (
|
|
3,
|
|
11,
|
|
),
|
|
name: "foo",
|
|
},
|
|
extends: None,
|
|
members: [
|
|
Method(
|
|
Method {
|
|
start: (
|
|
4,
|
|
21,
|
|
),
|
|
end: (
|
|
4,
|
|
35,
|
|
),
|
|
name: SimpleIdentifier {
|
|
span: (
|
|
4,
|
|
30,
|
|
),
|
|
name: "bar",
|
|
},
|
|
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,
|
|
},
|
|
),
|
|
],
|
|
},
|
|
),
|
|
]
|