INNER CODE UNIT · Java
mTARS_LONG
TarsCloud/TarsJava · tools/tars-maven-plugin/src/main/resources/antlr/TarsLexer.java:282
public final void mTARS_LONG() throws RecognitionException {
try {
int _type = TARS_LONG;
int _channel = DEFAULT_TOKEN_CHANNEL;
// TarsLexer.g:35:2: ( 'long' )
// TarsLexer.g:35:4: 'long'
{
match("long");
}
state.type = _type;
state.channel = _channel;
}
finally {
// do for sure before leaving
}
}