mirror of
https://github.com/danog/parser.git
synced 2024-12-03 09:57:45 +01:00
c93634a62b
Signed-off-by: azjezz <azjezz@protonmail.com> Signed-off-by: azjezz <azjezz@protonmail.com>
61 lines
1.5 KiB
Plaintext
61 lines
1.5 KiB
Plaintext
[
|
|
Class(
|
|
Class {
|
|
start: (
|
|
3,
|
|
1,
|
|
),
|
|
end: (
|
|
3,
|
|
26,
|
|
),
|
|
name: Identifier {
|
|
start: (
|
|
3,
|
|
7,
|
|
),
|
|
name: "A",
|
|
end: (
|
|
3,
|
|
9,
|
|
),
|
|
},
|
|
extends: None,
|
|
implements: Some(
|
|
ClassImplements {
|
|
span: (
|
|
3,
|
|
9,
|
|
),
|
|
interfaces: [
|
|
Identifier {
|
|
start: (
|
|
3,
|
|
20,
|
|
),
|
|
name: "B",
|
|
end: (
|
|
3,
|
|
21,
|
|
),
|
|
},
|
|
Identifier {
|
|
start: (
|
|
3,
|
|
23,
|
|
),
|
|
name: "C",
|
|
end: (
|
|
3,
|
|
25,
|
|
),
|
|
},
|
|
],
|
|
},
|
|
),
|
|
attributes: [],
|
|
members: [],
|
|
},
|
|
),
|
|
]
|