vala-1.0 Reference Manual

Synopsis

public class CCodeFunction : CCodeNode  {
    public    string                    name                      { get; set; } ;
    public    weak CCodeModifiers       modifiers                 { get; set; } ;
    public    string                    return_type               { get; set; } ;
    public    CCodeBlock                block                     { get; set; } ;


    public                              CCodeFunction             ( string              name,
                                                                    string              return_type ) ;


    public    void                      add_parameter             ( CCodeFormalParameterparam ) ;
    public    CCodeFunction             copy                      (  ) ;
}

CCodeFunction Description

Details

Constructor Details

CCodeFunction ()
    public                              CCodeFunction             ( string              name,
                                                                    string              return_type ) ;		

Field Details

Signal Details

Property Details

name
    public    string                    name                      { get; set; } ;		

modifiers
    public    weak CCodeModifiers       modifiers                 { get; set; } ;		

return_type
    public    string                    return_type               { get; set; } ;		

block
    public    CCodeBlock                block                     { get; set; } ;		

Method Details

add_parameter ()
    public    void                      add_parameter             ( CCodeFormalParameterparam ) ;		

copy ()
    public    CCodeFunction             copy                      (  ) ;		


Created by Valadoc