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