Skip to content
ghūl coverage report
Main Navigation
Report
Appearance
Return to top
← Back
src/syntax/trees/bodies/body.ghul
1
namespace
Syntax
.
Trees
.
Bodies
is
2
3
use
Source
;
4
5
class
Body
(
location
:
LOCATION
)
:
Trees
.
Node
abstract
is
6
is_block
:
bool
=>
false
;
7
is_null
:
bool
=>
false
;
8
9
super
(
location
);
10
si
11
si