vala-1.0 Reference Manual

Synopsis

public class ErrorCode : Symbol  {
    public    Expression                value                     { get; set; } ;


    public                              ErrorCode                 ( string              name ) ;
    public                              ErrorCode.with_value      ( string              name,
                                                                    Expression          value ) ;


    public    string                    get_cname                 (  ) ;
}

ErrorCode Description

Details

Constructor Details

ErrorCode ()
    public                              ErrorCode                 ( string              name ) ;		

ErrorCode.with_value ()
    public                              ErrorCode.with_value      ( string              name,
                                                                    Expression          value ) ;		

Field Details

Signal Details

Property Details

value
    public    Expression                value                     { get; set; } ;		

Method Details

get_cname ()
    public    string                    get_cname                 (  ) ;		


Created by Valadoc