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