public final Pulsestyle_declarationContext pulsestyle_declaration() throws RecognitionException {
Pulsestyle_declarationContext _localctx = new Pulsestyle_declarationContext(_ctx, getState());
enterRule(_localctx, 340, RULE_pulsestyle_declaration);
try {
setState(2992);
switch (_input.LA(1)) {
case T__128:
enterOuterAlt(_localctx, 1);
{
setState(2984);
match(T__128);
setState(2985);
list_of_path_outputs();
setState(2986);
match(T__1);
}
break;
case T__129:
enterOuterAlt(_localctx, 2);
{
setState(2988);
match(T__129);
setState(2989);
list_of_path_outputs();
setState(2990);
match(T__1);
}
break;
default:
throw new NoViableAltException(this);
}
}
catch (RecognitionException re) {
_localctx.exception = re;
_errHandler.reportError(this, re);
_errHandler.recover(this, re);
}
finally {
exitRule();
}
return _localctx;
}
Verilog2001Parser.java 文件源码
java
阅读 23
收藏 0
点赞 0
评论 0
项目:netlist-graph
作者:
评论列表
文章目录