public class CCodeFormalParameter : CCodeNode {
public string name { get; set; } ;
public string type_name { get; set; } ;
public weak bool ellipsis { get; set; } ;
public CCodeFormalParameter ( string n,
string type ) ;
public CCodeFormalParameter.with_ellipsis ( ) ;
}

public CCodeFormalParameter ( string n,
string type ) ;
public CCodeFormalParameter.with_ellipsis ( ) ;
public string name { get; set; } ;
public string type_name { get; set; } ;
public weak bool ellipsis { get; set; } ;
Created by Valadoc