*/
private IParser getDecimalIntegerLiteralDecimalValue_5003Parser() {
if (decimalIntegerLiteralDecimalValue_5003Parser == null) {
EAttribute[] features = new EAttribute[] { LiteralsPackage.eINSTANCE
.getDecimalIntegerLiteral_DecimalValue() };
MessageFormatParser parser = new MessageFormatParser(features);
decimalIntegerLiteralDecimalValue_5003Parser = parser;
}
return decimalIntegerLiteralDecimalValue_5003Parser;
}