public final Always_constructContext always_construct() throws RecognitionException {
Always_constructContext _localctx = new Always_constructContext(_ctx, getState());
enterRule(_localctx, 268, RULE_always_construct);
try {
enterOuterAlt(_localctx, 1);
{
setState(2350);
match(T__107);
setState(2351);
statement();
}
}
catch (RecognitionException re) {
_localctx.exception = re;
_errHandler.reportError(this, re);
_errHandler.recover(this, re);
}
finally {
exitRule();
}
return _localctx;
}
Verilog2001Parser.java 文件源码
java
阅读 25
收藏 0
点赞 0
评论 0
项目:netlist-graph
作者:
评论列表
文章目录