7172737475767778798081
} @Override public Value caseAIdentifierSingleExp(AIdentifierSingleExp node) { Simulator simulator = null; switch (node.getDomain().kindPDomain()) { case CT: simulator = Simulator.CT; break;
234235236237238239240241242243244
{ interpreter.scriptError("Failed to evaluate expression in assigment: " + node.getValue()); } Simulator simulator = null; if (node.getDomain() instanceof ADeDomain) { simulator = Simulator.DE; } else if (node.getDomain() instanceof ACtDomain) {