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