vala-1.0 Reference Manual

Synopsis

public class RealLiteral : Literal  {
    public    string                    value                     { get; set; } ;


    public                              RealLiteral               ( string              r,
                                                                    SourceReference     source ) ;


    public    string                    get_type_name             (  ) ;
}

RealLiteral Description

Details

Constructor Details

RealLiteral ()
    public                              RealLiteral               ( string              r,
                                                                    SourceReference     source ) ;		

Field Details

Signal Details

Property Details

value
    public    string                    value                     { get; set; } ;		

Method Details

get_type_name ()
    public    string                    get_type_name             (  ) ;		


Created by Valadoc