How to find begin/end sigautre from ASTVisitor #657
Unanswered
HungMingWu
asked this question in
Q&A
Replies: 2 comments 3 replies
-
I'm not sure what you're asking. What is a begin/end signature? Do you mean the block name? The BlockStatement points to the BlockSymbol which has a name. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Well like I said you can look for BlockStatements which represent the sequential blocks implied by begin/end pairs. For that last case you posted the BlockStatement will be the body of the ProceduralBlockSymbol which represents the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, Mike
I met an issue.
Here is the test case
I think
BlockStatement
is what I needed, but I cannot judge whether it havebegin/end
signature.Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions