PsiStatement in v3.0.5 Permanently deleted user 创建于 2003年10月28日 15:16 Is there any way to obtain the type (e.g., if, while, ...) of a PsiStatement?Thanks,_marc
You can test to see if a PsiElement is an instanceof PsiIfStatement, PsiWhileStatement, etc.
-Dave
Thanks a lot for your help,
_marc