*/
public ASTNodeValue compile(double mantissa, int exponent, String units) {
if (units != null && units.length() > 0) {
isUnitsDefined = true;
throw new SBMLException("Stopping the recursion, a units has been found and the SBML namespace is needed.");
}
return dummyValue;
}