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