public class SwitchStatement : CodeNode, Statement {
public Expression expression { get; construct set; } ;
public SwitchStatement ( Expression expression,
SourceReference source_reference ) ;
public void add_section ( SwitchSection section ) ;
public Gee.Collection< SwitchSection > get_sections ( ) ;
}

public SwitchStatement ( Expression expression,
SourceReference source_reference ) ;
public Expression expression { get; construct set; } ;
public void add_section ( SwitchSection section ) ;
public Gee.Collection< SwitchSection > get_sections ( ) ;
Created by Valadoc