renamed "stmtContainers" to "stmt_containers"

This commit is contained in:
Erik Krogh Kristensen
2020-09-04 11:51:44 +02:00
parent 07fd747069
commit 059d72858a
224 changed files with 1155 additions and 1148 deletions

View File

@@ -416,7 +416,7 @@ public class ASTExtractor {
String tostring = lexicalExtractor.mkToString(nd);
trapwriter.addTuple("stmts", lbl, kind, c.parent, c.childIndex, tostring);
locationManager.emitNodeLocation(nd, lbl);
trapwriter.addTuple("stmtContainers", lbl, contextManager.getCurrentContainerKey());
trapwriter.addTuple("stmt_containers", lbl, contextManager.getCurrentContainerKey());
contextManager.setCurrentStatement(nd);
return lbl;
}