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