public class SwitchLabel : CodeNode {
public Expression expression { get; set; } ;
public SwitchLabel ( Expression expr,
SourceReference? source = null ) ;
public SwitchLabel.with_default ( SourceReference? source = null ) ;
}

public SwitchLabel ( Expression expr,
SourceReference? source = null ) ;
public SwitchLabel.with_default ( SourceReference? source = null ) ;
public Expression expression { get; set; } ;
Created by Valadoc