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