498499500501502503504505506507508509
// resolved. final Exp exp = def.getDefaultExp(); if (processedParamValue == null && exp != null && exp instanceof Literal) { Literal exp1 = (Literal) exp; def.setValue(exp1.getValue()); } else { def.setValue(processedParamValue); }