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