public final Output_variable_typeContext output_variable_type() throws RecognitionException {
Output_variable_typeContext _localctx = new Output_variable_typeContext(_ctx, getState());
enterRule(_localctx, 82, RULE_output_variable_type);
int _la;
try {
enterOuterAlt(_localctx, 1);
{
setState(1297);
_la = _input.LA(1);
if ( !(_la==T__25 || _la==T__28) ) {
_errHandler.recoverInline(this);
} else {
consume();
}
}
}
catch (RecognitionException re) {
_localctx.exception = re;
_errHandler.reportError(this, re);
_errHandler.recover(this, re);
}
finally {
exitRule();
}
return _localctx;
}
Verilog2001Parser.java 文件源码
java
阅读 21
收藏 0
点赞 0
评论 0
项目:netlist-graph
作者:
评论列表
文章目录