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