mirror of
https://github.com/danog/parser.git
synced 2024-12-03 09:57:45 +01:00
479f51913c
Signed-off-by: azjezz <azjezz@protonmail.com>
26 lines
577 B
Plaintext
26 lines
577 B
Plaintext
[
|
|
Expression {
|
|
expr: StaticMethodCall {
|
|
target: Identifier(
|
|
Identifier {
|
|
start: (
|
|
1,
|
|
7,
|
|
),
|
|
name: "Foo",
|
|
end: (
|
|
1,
|
|
10,
|
|
),
|
|
},
|
|
),
|
|
method: DynamicVariable {
|
|
name: LiteralString {
|
|
value: "foo",
|
|
},
|
|
},
|
|
args: [],
|
|
},
|
|
},
|
|
]
|