mirror of
https://github.com/danog/parser.git
synced 2024-12-02 09:27:50 +01:00
6a6d4d0e5f
Signed-off-by: azjezz <azjezz@protonmail.com>
36 lines
937 B
Plaintext
36 lines
937 B
Plaintext
[
|
|
Expression {
|
|
expr: StaticMethodCall {
|
|
target: Identifier(
|
|
SimpleIdentifier(
|
|
SimpleIdentifier {
|
|
span: (
|
|
1,
|
|
7,
|
|
),
|
|
name: "Foo",
|
|
},
|
|
),
|
|
),
|
|
method: Identifier(
|
|
DynamicIdentifier(
|
|
DynamicIdentifier {
|
|
start: (
|
|
1,
|
|
12,
|
|
),
|
|
expr: LiteralString {
|
|
value: "foo",
|
|
},
|
|
end: (
|
|
1,
|
|
18,
|
|
),
|
|
},
|
|
),
|
|
),
|
|
args: [],
|
|
},
|
|
},
|
|
]
|