Toggle menu
Nitlanguage.org
Nitdoc
nitc
model
model
MPropDef
_is_before
private
var
_is_before
:
Bool
nitc
::
MPropDef
::
_is_before
Doc
Linearization
Summary
Property definitions
nitc::parse_annotations$MPropDef$_is_before
Property definitions
nitc
::
parse_annotations
$
MPropDef
::
_is_before
redef
var
is_before
is
lazy
do
return
has_annotation
(
"before"
)
src/frontend/parse_annotations.nit:124,2--63