mirror of
https://github.com/danog/parser.git
synced 2024-12-13 17:37:20 +01:00
479f51913c
Signed-off-by: azjezz <azjezz@protonmail.com>
43 lines
913 B
Plaintext
43 lines
913 B
Plaintext
[
|
|
Class {
|
|
name: Identifier {
|
|
start: (
|
|
3,
|
|
7,
|
|
),
|
|
name: "foo",
|
|
end: (
|
|
3,
|
|
11,
|
|
),
|
|
},
|
|
attributes: [],
|
|
extends: None,
|
|
implements: [],
|
|
body: [
|
|
Method {
|
|
name: Identifier {
|
|
start: (
|
|
4,
|
|
21,
|
|
),
|
|
name: "foreach",
|
|
end: (
|
|
4,
|
|
28,
|
|
),
|
|
},
|
|
attributes: [],
|
|
params: [],
|
|
body: [],
|
|
flags: [
|
|
Public,
|
|
],
|
|
return_type: None,
|
|
by_ref: false,
|
|
},
|
|
],
|
|
flags: [],
|
|
},
|
|
]
|