public class SwitchSection : Block {
public SwitchSection ( SourceReference source_reference ) ;
public void add_label ( SwitchLabel label ) ;
public Gee.Collection< SwitchLabel > get_labels ( ) ;
public bool has_default_label ( ) ;
}

public SwitchSection ( SourceReference source_reference ) ;
public void add_label ( SwitchLabel label ) ;
public Gee.Collection< SwitchLabel > get_labels ( ) ;
public bool has_default_label ( ) ;
Created by Valadoc