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>
40 lines
851 B
Plaintext
40 lines
851 B
Plaintext
[
|
|
Interface {
|
|
name: Identifier {
|
|
start: (
|
|
3,
|
|
11,
|
|
),
|
|
name: "foo",
|
|
end: (
|
|
3,
|
|
15,
|
|
),
|
|
},
|
|
attributes: [],
|
|
extends: [],
|
|
body: [
|
|
AbstractMethod {
|
|
name: Identifier {
|
|
start: (
|
|
4,
|
|
22,
|
|
),
|
|
name: "bar",
|
|
end: (
|
|
4,
|
|
25,
|
|
),
|
|
},
|
|
attributes: [],
|
|
params: [],
|
|
flags: [
|
|
Public,
|
|
],
|
|
return_type: None,
|
|
by_ref: false,
|
|
},
|
|
],
|
|
},
|
|
]
|