예제 #1
0
 public override void ResolveStatement2(ISemanticResolver s)
 {       
 // Since we're doing this on a second pass, all labels must have been added
     m_symbol = (LabelEntry) s.EnsureSymbolType(
         s.LookupSymbolWithContext(m_label, true), 
         typeof(LabelEntry), 
         m_label.Location);
 }