public class RealLiteral : Literal {
public string value { get; set; } ;
public RealLiteral ( string r,
SourceReference source ) ;
public string get_type_name ( ) ;
}

public RealLiteral ( string r,
SourceReference source ) ;
public string value { get; set; } ;
public string get_type_name ( ) ;
Created by Valadoc