.newSimpleName("restore"));
restoreCheckpointInvocation.arguments().add(
ast.newSimpleName(CHECKPOINT_NAME));
restoreCheckpointInvocation.arguments().add(
_createRollbackableObject(ast, isAnonymous));
restoreCheckpointInvocation.arguments().add(
ast.newSimpleName("timestamp"));
restoreCheckpointInvocation.arguments().add(
ast.newSimpleName("trim"));
assignCheckpoint.setRightHandSide(restoreCheckpointInvocation);
restoreBlock.statements().add(