return d;
}
}
catch(NumberFormatException e)
{
problems.add(new FXGInvalidDoubleValueProblem(node.getDocumentPath(), node.getStartLine(),
node.getStartColumn(), name, value));
return defaultValue;
}
if (((AbstractFXGNode)node).isVersionGreaterThanCompiler())