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