vala-1.0 Reference Manual

Synopsis

public class SwitchLabel : CodeNode  {
    public    Expression                expression                { get; set; } ;


    public                              SwitchLabel               ( Expression          expr,
                                                                    SourceReference?    source = null ) ;
    public                              SwitchLabel.with_default  ( SourceReference?    source = null ) ;
}

SwitchLabel Description

Details

Constructor Details

SwitchLabel ()
    public                              SwitchLabel               ( Expression          expr,
                                                                    SourceReference?    source = null ) ;		

SwitchLabel.with_default ()
    public                              SwitchLabel.with_default  ( SourceReference?    source = null ) ;		

Field Details

Signal Details

Property Details

expression
    public    Expression                expression                { get; set; } ;		

Method Details


Created by Valadoc