mirror of
https://github.com/danog/parser.git
synced 2024-12-03 09:57:45 +01:00
66 lines
1.7 KiB
Plaintext
66 lines
1.7 KiB
Plaintext
[
|
|
UnitEnum(
|
|
UnitEnum {
|
|
start: (
|
|
3,
|
|
1,
|
|
),
|
|
end: (
|
|
6,
|
|
1,
|
|
),
|
|
name: SimpleIdentifier {
|
|
span: (
|
|
3,
|
|
6,
|
|
),
|
|
name: "Foo",
|
|
},
|
|
attributes: [],
|
|
implements: [],
|
|
members: [
|
|
Case(
|
|
UnitEnumCase {
|
|
start: (
|
|
4,
|
|
5,
|
|
),
|
|
end: (
|
|
4,
|
|
13,
|
|
),
|
|
attributes: [],
|
|
name: SimpleIdentifier {
|
|
span: (
|
|
4,
|
|
10,
|
|
),
|
|
name: "Bar",
|
|
},
|
|
},
|
|
),
|
|
Case(
|
|
UnitEnumCase {
|
|
start: (
|
|
5,
|
|
5,
|
|
),
|
|
end: (
|
|
5,
|
|
13,
|
|
),
|
|
attributes: [],
|
|
name: SimpleIdentifier {
|
|
span: (
|
|
5,
|
|
10,
|
|
),
|
|
name: "Baz",
|
|
},
|
|
},
|
|
),
|
|
],
|
|
},
|
|
),
|
|
]
|