mirror of
https://github.com/danog/parser.git
synced 2024-12-13 09:37:18 +01:00
479f51913c
Signed-off-by: azjezz <azjezz@protonmail.com>
115 lines
2.9 KiB
Plaintext
115 lines
2.9 KiB
Plaintext
[
|
|
Expression {
|
|
expr: MethodCall {
|
|
target: Variable(
|
|
Variable {
|
|
start: (
|
|
1,
|
|
7,
|
|
),
|
|
name: "foo",
|
|
end: (
|
|
1,
|
|
11,
|
|
),
|
|
},
|
|
),
|
|
method: Identifier(
|
|
Identifier {
|
|
start: (
|
|
1,
|
|
13,
|
|
),
|
|
name: "bar",
|
|
end: (
|
|
1,
|
|
16,
|
|
),
|
|
},
|
|
),
|
|
args: [],
|
|
},
|
|
},
|
|
Expression {
|
|
expr: MethodCall {
|
|
target: MethodCall {
|
|
target: Variable(
|
|
Variable {
|
|
start: (
|
|
1,
|
|
20,
|
|
),
|
|
name: "foo",
|
|
end: (
|
|
1,
|
|
24,
|
|
),
|
|
},
|
|
),
|
|
method: Identifier(
|
|
Identifier {
|
|
start: (
|
|
1,
|
|
26,
|
|
),
|
|
name: "bar",
|
|
end: (
|
|
1,
|
|
29,
|
|
),
|
|
},
|
|
),
|
|
args: [],
|
|
},
|
|
method: Identifier(
|
|
Identifier {
|
|
start: (
|
|
1,
|
|
33,
|
|
),
|
|
name: "baz",
|
|
end: (
|
|
1,
|
|
36,
|
|
),
|
|
},
|
|
),
|
|
args: [],
|
|
},
|
|
},
|
|
Expression {
|
|
expr: Call {
|
|
target: MethodCall {
|
|
target: Variable(
|
|
Variable {
|
|
start: (
|
|
1,
|
|
40,
|
|
),
|
|
name: "foo",
|
|
end: (
|
|
1,
|
|
44,
|
|
),
|
|
},
|
|
),
|
|
method: Identifier(
|
|
Identifier {
|
|
start: (
|
|
1,
|
|
46,
|
|
),
|
|
name: "bar",
|
|
end: (
|
|
1,
|
|
49,
|
|
),
|
|
},
|
|
),
|
|
args: [],
|
|
},
|
|
args: [],
|
|
},
|
|
},
|
|
]
|