コード例 #1
0
ファイル: UpScopeLevelRule.cs プロジェクト: sebdesl/COMP442
 public void ExecuteRule(ASTBuilder builder)
 {
     builder.GoUpScopeLevel();
 }