mirror of
https://github.com/danog/parser.git
synced 2025-01-09 22:28:33 +01:00
479f51913c
Signed-off-by: azjezz <azjezz@protonmail.com>
41 lines
879 B
Plaintext
41 lines
879 B
Plaintext
[
|
|
Interface {
|
|
name: Identifier {
|
|
start: (
|
|
3,
|
|
11,
|
|
),
|
|
name: "foo",
|
|
end: (
|
|
3,
|
|
15,
|
|
),
|
|
},
|
|
attributes: [],
|
|
extends: [],
|
|
body: [
|
|
AbstractMethod {
|
|
name: Identifier {
|
|
start: (
|
|
4,
|
|
30,
|
|
),
|
|
name: "bar",
|
|
end: (
|
|
4,
|
|
33,
|
|
),
|
|
},
|
|
attributes: [],
|
|
params: [],
|
|
flags: [
|
|
Public,
|
|
Static,
|
|
],
|
|
return_type: None,
|
|
by_ref: false,
|
|
},
|
|
],
|
|
},
|
|
]
|