mirror of
https://github.com/danog/parser.git
synced 2025-01-05 20:28:29 +01:00
479f51913c
Signed-off-by: azjezz <azjezz@protonmail.com>
41 lines
850 B
Plaintext
41 lines
850 B
Plaintext
[
|
|
Class {
|
|
name: Identifier {
|
|
start: (
|
|
2,
|
|
7,
|
|
),
|
|
name: "MyClass",
|
|
end: (
|
|
2,
|
|
15,
|
|
),
|
|
},
|
|
attributes: [],
|
|
extends: None,
|
|
implements: [],
|
|
body: [
|
|
Property {
|
|
var: Variable {
|
|
start: (
|
|
3,
|
|
15,
|
|
),
|
|
name: "a",
|
|
end: (
|
|
3,
|
|
17,
|
|
),
|
|
},
|
|
attributes: [],
|
|
value: None,
|
|
type: None,
|
|
flags: [
|
|
Protected,
|
|
],
|
|
},
|
|
],
|
|
flags: [],
|
|
},
|
|
]
|