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