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