mirror of
https://github.com/danog/parser.git
synced 2024-11-26 20:04:57 +01:00
b6c145f98e
Signed-off-by: azjezz <azjezz@protonmail.com>
27 lines
554 B
Plaintext
27 lines
554 B
Plaintext
[
|
|
Class {
|
|
name: Identifier {
|
|
name: "foo",
|
|
},
|
|
attributes: [],
|
|
extends: None,
|
|
implements: [],
|
|
body: [
|
|
Method {
|
|
name: Identifier {
|
|
name: "foreach",
|
|
},
|
|
attributes: [],
|
|
params: [],
|
|
body: [],
|
|
flags: [
|
|
Public,
|
|
],
|
|
return_type: None,
|
|
by_ref: false,
|
|
},
|
|
],
|
|
flags: [],
|
|
},
|
|
]
|