node = assignmentNode.getExpressionTree();
}
final NamedObj model = ((ExpressionShellEffigy) getContainer())
.getModel();
ParserScope scope = new ModelScope() {
public ptolemy.data.Token get(String name)
throws IllegalActionException {
Variable result = getScopedVariable(null, model, name);
if (result != null) {