mirror of
https://github.com/danog/parser.git
synced 2024-12-12 17:17:23 +01:00
32 lines
756 B
Plaintext
32 lines
756 B
Plaintext
|
[
|
||
|
Namespace {
|
||
|
name: "Foo\Bar",
|
||
|
body: [
|
||
|
Noop,
|
||
|
Class {
|
||
|
name: Identifier {
|
||
|
name: "Baz",
|
||
|
},
|
||
|
extends: None,
|
||
|
implements: [],
|
||
|
body: [
|
||
|
Property {
|
||
|
var: "foo",
|
||
|
value: None,
|
||
|
type: Some(
|
||
|
String,
|
||
|
),
|
||
|
flags: [
|
||
|
Public,
|
||
|
Readonly,
|
||
|
],
|
||
|
},
|
||
|
],
|
||
|
flags: [
|
||
|
Final,
|
||
|
],
|
||
|
},
|
||
|
],
|
||
|
},
|
||
|
]
|