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