renamed "exprContainers" to "expr_containers"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:51:49 +02:00
parent 30ba7d29a1
commit 83b89fa52d
223 changed files with 3317 additions and 3310 deletions

View File

@@ -405,7 +405,7 @@ public class ASTExtractor {
Statement enclosingStmt = contextManager.getCurrentStatement();
if (enclosingStmt != null)
trapwriter.addTuple("enclosing_stmt", lbl, trapwriter.localID(enclosingStmt));
trapwriter.addTuple("exprContainers", lbl, contextManager.getCurrentContainerKey());
trapwriter.addTuple("expr_containers", lbl, contextManager.getCurrentContainerKey());
return lbl;
}