mirror of
https://github.com/danog/parser.git
synced 2024-12-04 18:38:11 +01:00
c93634a62b
Signed-off-by: azjezz <azjezz@protonmail.com> Signed-off-by: azjezz <azjezz@protonmail.com>
59 lines
1.8 KiB
Plaintext
59 lines
1.8 KiB
Plaintext
[
|
|
Expression {
|
|
expr: New {
|
|
target: AnonymousClass(
|
|
AnonymousClass {
|
|
start: (
|
|
1,
|
|
11,
|
|
),
|
|
end: (
|
|
1,
|
|
38,
|
|
),
|
|
extends: None,
|
|
implements: Some(
|
|
ClassImplements {
|
|
span: (
|
|
1,
|
|
17,
|
|
),
|
|
interfaces: [
|
|
Identifier {
|
|
start: (
|
|
1,
|
|
28,
|
|
),
|
|
name: "Foo",
|
|
end: (
|
|
1,
|
|
31,
|
|
),
|
|
},
|
|
Identifier {
|
|
start: (
|
|
1,
|
|
33,
|
|
),
|
|
name: "Bar",
|
|
end: (
|
|
1,
|
|
37,
|
|
),
|
|
},
|
|
],
|
|
},
|
|
),
|
|
attributes: [],
|
|
members: [],
|
|
},
|
|
),
|
|
span: (
|
|
1,
|
|
7,
|
|
),
|
|
args: [],
|
|
},
|
|
},
|
|
]
|