return sref.comment;
}
- set {
- SourceReference sref = this.vsymbol.source_reference;
- if ( sref == null )
- return ;
-
- sref.comment = value;
- }
}
public DocumentationTree? documentation {
get;
}
- // FIXME
public string? comment_str {
owned get {
return this.vmethod.source_reference.comment;
return this.search_construction_method ( params, pos );
}
- // TODO remove
public string? comment_str {
owned get {
return this.vstruct.source_reference.comment;
this.context.accept( this );
this.set_type_references ( );
- this.inheritance ( ); // create a switch!
+ this.inheritance ( ); // add a switch
this.add_dependencies_to_source_package ();
return true;
}