// FIXME add target processing here
write(oldArgs);
statement = new Statement(node.getObjectValue(), oldStm
.getMethodName(), oldArgs);
statement.execute();
node.addStatement(statement);
} catch (Exception e) {
getExceptionListener().exceptionThrown(e);
}
} else {
// FIXME incompatible with RI, default constructor should be