mirror of
https://github.com/danog/parser.git
synced 2024-12-02 09:27:50 +01:00
bdef34b4b4
Signed-off-by: azjezz <azjezz@protonmail.com>
23 lines
463 B
Plaintext
23 lines
463 B
Plaintext
[
|
|
Interface {
|
|
name: Identifier {
|
|
name: "foo",
|
|
},
|
|
extends: [],
|
|
body: [
|
|
AbstractMethod {
|
|
name: Identifier {
|
|
name: "bar",
|
|
},
|
|
params: [],
|
|
flags: [
|
|
Public,
|
|
Static,
|
|
],
|
|
return_type: None,
|
|
by_ref: false,
|
|
},
|
|
],
|
|
},
|
|
]
|