vala-1.0 Reference Manual

Synopsis

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


    public                              IntegerLiteral            ( string              i,
                                                                    SourceReference?    source = null ) ;


    public    string                    get_type_name             (  ) ;
}

IntegerLiteral Description

Details

Constructor Details

IntegerLiteral ()
    public                              IntegerLiteral            ( string              i,
                                                                    SourceReference?    source = null ) ;		

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