public class CCodeLineDirective : CCodeNode {
public string filename { get; construct set; } ;
public weak int line { get; set; } ;
public CCodeLineDirective ( string _filename,
int _line ) ;
}

public CCodeLineDirective ( string _filename,
int _line ) ;
public string filename { get; construct set; } ;
public weak int line { get; set; } ;
Created by Valadoc