public class Constructor : Symbol {
public Block body { get; set; } ;
public FormalParameter this_parameter { get; set; } ;
public weak bool instance { get; set; } ;
public Constructor ( SourceReference source ) ;
}

public Constructor ( SourceReference source ) ;
public Block body { get; set; } ;
public FormalParameter this_parameter { get; set; } ;
public weak bool instance { get; set; } ;
Created by Valadoc