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