mirror of
https://github.com/danog/parser.git
synced 2024-12-13 09:37:18 +01:00
eed02aa4e2
Signed-off-by: azjezz <azjezz@protonmail.com>
54 lines
1.3 KiB
Plaintext
54 lines
1.3 KiB
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,
|
|
modifiers: PropertyModifierGroup {
|
|
modifiers: [
|
|
Protected {
|
|
start: (
|
|
3,
|
|
5,
|
|
),
|
|
end: (
|
|
3,
|
|
15,
|
|
),
|
|
},
|
|
],
|
|
},
|
|
},
|
|
],
|
|
modifiers: ClassModifierGroup {
|
|
modifiers: [],
|
|
},
|
|
},
|
|
]
|