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