vala-1.0 Reference Manual

Synopsis

public class CatchClause : CodeNode  {
    public    DataType?                 error_type                { get; set; } ;
    public    string                    variable_name             { get; set; } ;
    public    Block                     body                      { get; set; } ;
    public    LocalVariable             error_variable            { get; set; } ;


    public                              CatchClause               ( DataType?           error_type,
                                                                    string              variable_name,
                                                                    Block               body,
                                                                    SourceReference?    source_reference = null ) ;
}

CatchClause Description

Details

Constructor Details

CatchClause ()
    public                              CatchClause               ( DataType?           error_type,
                                                                    string              variable_name,
                                                                    Block               body,
                                                                    SourceReference?    source_reference = null ) ;		

Field Details

Signal Details

Property Details

error_type
    public    DataType?                 error_type                { get; set; } ;		

variable_name
    public    string                    variable_name             { get; set; } ;		

body
    public    Block                     body                      { get; set; } ;		

error_variable
    public    LocalVariable             error_variable            { get; set; } ;		

Method Details


Created by Valadoc