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