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