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