Grazie per la risposta. Ecco alcuni degli errori:
codice:
symbol: class MismatchedSetException
location: class ExprLexer
ExprLexer.java:183: error: cannot find symbol
MismatchedSetException mse = new
MismatchedSetException(null,input);
^
symbol: class MismatchedSetException
location: class ExprLexer
ExprLexer.java:183: error: cannot find symbol
MismatchedSetException mse = new
MismatchedSetException(null,input);
^
symbol: variable input
location: class ExprLexer
ExprLexer.java:192: error: cannot find symbol
EarlyExitException eee = new EarlyExitEx
ception(1, input);
^
symbol: class EarlyExitException
location: class ExprLexer
ExprLexer.java:192: error: cannot find symbol
EarlyExitException eee = new EarlyExitEx
ception(1, input);
^
symbol: class EarlyExitException
location: class ExprLexer
ExprLexer.java:192: error: cannot find symbol
EarlyExitException eee = new EarlyExitEx
ception(1, input);
^
symbol: variable input
location: class ExprLexer
ExprLexer.java:200: error: cannot find symbol
state.type = _type;
^
symbol: variable state
location: class ExprLexer
ExprLexer.java:201: error: cannot find symbol
state.channel = _channel;
^
symbol: variable state
location: class ExprLexer
ExprLexer.java:213: error: cannot find symbol
int _channel = DEFAULT_TOKEN_CHANNEL;
^
symbol: variable DEFAULT_TOKEN_CHANNEL
location: class ExprLexer
ExprLexer.java:222: error: cannot find symbol
int LA2_0 = input.LA(1);
^
symbol: variable input
location: class ExprLexer
ExprLexer.java:231: error: cannot find symbol
if ( (input.LA(1) >= '0' && input.LA(1)
<= '9') ) {
^
symbol: variable input
location: class ExprLexer
ExprLexer.java:231: error: cannot find symbol
if ( (input.LA(1) >= '0' && input.LA(1)
<= '9') ) {
^
symbol: variable input
location: class ExprLexer
100 errors