コード例 #1
0
ファイル: VMelse.cs プロジェクト: raket124/thesis
 public VMelse(MyElse root, VMfunction parent) : base(root, parent)
 {
 }
コード例 #2
0
ファイル: BlockConverter.cs プロジェクト: raket124/thesis
 private static string Convert(MyElse input, Function f, ref int i)
 {
     return(string.Format("{0}}}else {{", BlockConverter.Indent(i - 1)));
 }