To get the expression from SwitchCase
Đang mở
question
- Ngôn ngữ chính
- CodeQL
- Star
- 10.1k
- Fork
- 2.1k
- Merge trung bình
- 2 ngày 15 giờ
- Pull request đã merge (30 ngày)
- 141
Mô tả
```c
#define ABC XVY(1)
{
int cmd = 1;
int ABC=1;
switch(cmd) {
case ABC:
printf("hello!\n);
}
}
```
How to get a "ABC" from a SwitchCase class? (Not a value using (SwitchCase).getExpr().getFullyConverted().getValue() )
Thanks in advance,
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.