use of org.antlr.runtime.MismatchedSetException in project freud by LMAX-Exchange.
the class JavaLexer method mBLOCK_COMMENT.
// $ANTLR end "WS"
// $ANTLR start "BLOCK_COMMENT"
public final void mBLOCK_COMMENT() throws RecognitionException {
try {
int _type = BLOCK_COMMENT;
int _channel = DEFAULT_TOKEN_CHANNEL;
// /home/langera/dev/freud/trunk/src/grammar/Java.g:1263:5: ( ( '/*' ~ '*' ( options {greedy=false; } : . )* '*/' | '/**/' ) )
// /home/langera/dev/freud/trunk/src/grammar/Java.g:1263:9: ( '/*' ~ '*' ( options {greedy=false; } : . )* '*/' | '/**/' )
{
// /home/langera/dev/freud/trunk/src/grammar/Java.g:1263:9: ( '/*' ~ '*' ( options {greedy=false; } : . )* '*/' | '/**/' )
int alt26 = 2;
int LA26_0 = input.LA(1);
if ((LA26_0 == '/')) {
int LA26_1 = input.LA(2);
if ((LA26_1 == '*')) {
int LA26_2 = input.LA(3);
if (((LA26_2 >= '