mirror of
https://github.com/danog/parser.git
synced 2024-12-11 16:49:47 +01:00
6a6d4d0e5f
Signed-off-by: azjezz <azjezz@protonmail.com>
79 lines
2.6 KiB
Plaintext
79 lines
2.6 KiB
Plaintext
[
|
|
Class(
|
|
Class {
|
|
start: (
|
|
4,
|
|
1,
|
|
),
|
|
end: (
|
|
4,
|
|
12,
|
|
),
|
|
name: SimpleIdentifier {
|
|
span: (
|
|
4,
|
|
7,
|
|
),
|
|
name: "Bar",
|
|
},
|
|
extends: None,
|
|
implements: None,
|
|
attributes: [
|
|
AttributeGroup {
|
|
start: (
|
|
3,
|
|
1,
|
|
),
|
|
end: (
|
|
3,
|
|
20,
|
|
),
|
|
members: [
|
|
Attribute {
|
|
start: (
|
|
3,
|
|
3,
|
|
),
|
|
end: (
|
|
3,
|
|
20,
|
|
),
|
|
expression: Call {
|
|
target: Identifier(
|
|
SimpleIdentifier(
|
|
SimpleIdentifier {
|
|
span: (
|
|
3,
|
|
3,
|
|
),
|
|
name: "Foo",
|
|
},
|
|
),
|
|
),
|
|
args: [
|
|
Arg {
|
|
name: Some(
|
|
SimpleIdentifier {
|
|
span: (
|
|
3,
|
|
7,
|
|
),
|
|
name: "public",
|
|
},
|
|
),
|
|
value: Bool {
|
|
value: true,
|
|
},
|
|
unpack: false,
|
|
},
|
|
],
|
|
},
|
|
},
|
|
],
|
|
},
|
|
],
|
|
members: [],
|
|
},
|
|
),
|
|
]
|