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