vala-1.0 Reference Manual

Synopsis

public class Constructor : Symbol  {
    public    Block                     body                      { get; set; } ;
    public    FormalParameter           this_parameter            { get; set; } ;
    public    weak bool                 instance                  { get; set; } ;


    public                              Constructor               ( SourceReference     source ) ;
}

Constructor Description

Details

Constructor Details

Constructor ()
    public                              Constructor               ( SourceReference     source ) ;		

Field Details

Signal Details

Property Details

body
    public    Block                     body                      { get; set; } ;		

this_parameter
    public    FormalParameter           this_parameter            { get; set; } ;		

instance
    public    weak bool                 instance                  { get; set; } ;		

Method Details


Created by Valadoc