mirror of
https://github.com/danog/parser.git
synced 2024-12-13 09:37:18 +01:00
b6c145f98e
Signed-off-by: azjezz <azjezz@protonmail.com>
34 lines
828 B
Plaintext
34 lines
828 B
Plaintext
[
|
|
Namespace {
|
|
name: "Foo\Bar",
|
|
body: [
|
|
Noop,
|
|
Class {
|
|
name: Identifier {
|
|
name: "Baz",
|
|
},
|
|
attributes: [],
|
|
extends: None,
|
|
implements: [],
|
|
body: [
|
|
Property {
|
|
var: "foo",
|
|
attributes: [],
|
|
value: None,
|
|
type: Some(
|
|
String,
|
|
),
|
|
flags: [
|
|
Public,
|
|
Readonly,
|
|
],
|
|
},
|
|
],
|
|
flags: [
|
|
Final,
|
|
],
|
|
},
|
|
],
|
|
},
|
|
]
|