mirror of
https://github.com/danog/parser.git
synced 2025-01-08 13:49:17 +01:00
eed02aa4e2
Signed-off-by: azjezz <azjezz@protonmail.com>
46 lines
907 B
Plaintext
46 lines
907 B
Plaintext
[
|
|
Class {
|
|
name: Identifier {
|
|
start: (
|
|
3,
|
|
7,
|
|
),
|
|
name: "Foo",
|
|
end: (
|
|
3,
|
|
11,
|
|
),
|
|
},
|
|
attributes: [],
|
|
extends: None,
|
|
implements: [
|
|
Identifier {
|
|
start: (
|
|
3,
|
|
22,
|
|
),
|
|
name: "Bar",
|
|
end: (
|
|
3,
|
|
25,
|
|
),
|
|
},
|
|
Identifier {
|
|
start: (
|
|
3,
|
|
27,
|
|
),
|
|
name: "Baz",
|
|
end: (
|
|
3,
|
|
31,
|
|
),
|
|
},
|
|
],
|
|
body: [],
|
|
modifiers: ClassModifierGroup {
|
|
modifiers: [],
|
|
},
|
|
},
|
|
]
|