case 9: // '\t'
match('\t');
break;
default:
throw new ScannerException("no viable alt for char: " + LA(1), getLine());
}
String entry = mCODE_COMMENT_STRING(false, false);
codeComment.addTagEntry(strbuf.toString(), entry);
}
else if (la_1 < '\003' || la_1 > '\377' || la_2 < '\003' || la_2 > '\377')
{
throw new ScannerException("no viable alt for char: " + LA(1), getLine());
}
continue;
}
if (la_1 == '*' && la_2 >= '\003' && la_2 <= '\377' && LA(3) >= '\003' && LA(3) <= '\377' && LA(2) != ' '
&& LA(2) != '/')