}
String stmt = constructDataLinkVariableDeclaration(name, dataType);
// Add the declaration to the local variables placeholder for this method if not already present
Placeholder placeholder = w.getPlaceholder(currentInitialNode.getName() + "Locals");
if (! placeholder.contains(name))
{
placeholder.add(name, stmt);
}
}